skills/close-duplicate/SKILL.md
Close a GitHub issue as a duplicate of another issue
npx skillsauth add stevenmburns/dot-claude-files close-duplicateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Close a GitHub issue as a duplicate of another issue, with a standardized comment.
/close-duplicate <issue-number> <original-issue-number>
gh issue view <issue-number> --json number,title,state and gh issue view <original-issue-number> --json number,title,state to confirm both exist.gh issue close <issue-number> --comment "Duplicate of #<original-issue-number>." --reason "not planned"tools
Scan open GitHub issues, flag duplicates, and summarize with suggested priorities
testing
Interactively clean up the current branch's commits (squash fixups, reword sloppy messages, reorder, drop) before merging — especially important on repos using rebase-merge where every branch commit lands on main verbatim
tools
Analyze the changes in the current PR and suggest a more accurate title if the current one no longer fits
data-ai
Merge the open PR for the current branch into main, delete the branch, and pull main