skills/build-issue/SKILL.md
Implement a feature issue using test-driven development
npx skillsauth add stevenmburns/dot-claude-files build-issueInstall 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.
Read a GitHub feature issue, implement it test-first, and open a PR that references the issue.
/build-issue <issue-number>
gh issue view <number> --json title,body,comments to understand the desired behavior and acceptance criteriafeature/<short-description>)package.json/pyproject.toml for the test command; if tests fail, fix them before continuingCloses #<number> in the commit body-u flaggh pr create:
Closes #<number> so GitHub auto-closes the issue on merge; summarize what was built and howtools
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