Help us improve
Share bugs, ideas, or general feedback.
From dev-kit
Use before opening a pull request, when the user says "ready to ship", "let's PR this", "check before I push", or asks for a self-review pass. Walks through a pragmatic pre-PR checklist that catches the things reviewers always catch, so reviewers can focus on the things only humans catch.
npx claudepluginhub atalias-mkyle/claude-dev-kit --plugin dev-kitHow this skill is triggered — by the user, by Claude, or both
Slash command
/dev-kit:pr-checklistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run this before you put a PR up for human review. The point is not ceremony — it's that the reviewer's attention is a scarce resource, and you should not be spending it on `console.log` left in the diff.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Run this before you put a PR up for human review. The point is not ceremony — it's that the reviewer's attention is a scarce resource, and you should not be spending it on console.log left in the diff.
Run git diff <base> and read every hunk. You'll catch about half of the issues a reviewer would, just by reading them in a different mental mode than you wrote them.
Run the conventional-commits skill to audit every commit on this branch. Flag any that are vague, wrongly cased, or missing a type prefix. Surface reword suggestions before continuing.
Run through this list; mark each pass, fail, or n/a:
console.log, dbg!, pp, print(), etc. left inTODO / FIXME you don't intend to fix in a follow-up issue.env, .DS_Store, __pycache__/, node_modules/, build artifactstest-runner subagent)Draft a description with:
If you'd be embarrassed to point a reviewer at it, it's not ready. The fix is usually small and obvious — do it now, not after the review round-trip.
Report back: