From draft
Reviews another engineer's PR for handoff/sign-off by isolating structural changes from trivial edits, flagging HLD/LLD drift, and highlighting guardrail violations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/draft:assist-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help human reviewers effectively review an executed track without shifting the entire cognitive burden onto them.
Help human reviewers effectively review an executed track without shifting the entire cognitive burden onto them.
/draft:review for that.spec.md intent.Context Extraction:
spec.md and plan.md.hld.md and lld.md if present — extract Key Design Decisions, Alternatives Considered, and (LLD) class invariants and error policies.Blast Radius Isolation:
git diff generated by the target track.Generate the Human Helper Guide:
[Pattern] for [File/Function] because hld.md §Key Design Decisions / Alternatives Considered selected it over [rejected alternative]. You should specifically scrutinize lines X–Y because they touch [global state / auth boundary / shared schema]." Fall back to architecture.md only when no HLD exists.Knowledge Base Verification:
draft/guardrails.md learned anti-patterns./draft:change) before merge./draft:adr.Output Format:
/draft:change)npx claudepluginhub drafthq/draft --plugin draftCanonical code review command that runs three-stage reviews (automated validation, spec compliance, code quality) for tracks or project changes, and routes to specialist review workflows based on context.
Reviews pull requests and diffs to find unrelated changes, missing verification, behavior risks, and over-engineering. Intended for code review audits of human or AI-generated code.
Reviews local changes, PRs/MRs, or branch diffs against project coding guidelines using 5-7 parallel review agents (bug detection, security/logic, guideline compliance, code simplification, test coverage, contract quality). High-signal findings only.