skills/branch/SKILL.md
Create a traceable Git branch for the current task.
npx skillsauth add owainlewis/blueprint branchInstall 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.
Create a traceable Git branch for the current task.
git status, and available task context.<ticket-id>-<short-kebab-summary> when there is a ticket ID, or <short-kebab-summary> when there is not.feature/ only if the ticket ID remains visible.development
Make one focused code change: understand the task, make the smallest complete change, test it, verify it, and report.
development
Review a code change for correctness, security, broken contracts, robustness, and real tests.
testing
Write a lightweight technical design document for ambiguous or consequential architecture decisions before implementation.
testing
Fetch GitHub PR review feedback, judge each comment, implement valid fixes, verify, and optionally reply.