skills/commit/SKILL.md
Stage the intended changes and create one clear conventional commit.
npx skillsauth add owainlewis/blueprint commitInstall 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 one clear Conventional Commit for the intended current changes.
git status, git diff, and git diff --cached.type(scope): subject..env, credentials, or keys.feat, fix, refactor, test, docs, or chore.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.