This is a structured workflow for spinning up reviewer subagents to catch issues before they compound. You get your current commit SHA, dispatch a fresh agent with the code-reviewer.md template, and they evaluate your work without seeing your conversation history. The skill pushes you to review after every task in subagent-driven development, before merges, and when stuck. It includes a severity system: fix Critical immediately, handle Important before moving on, backlog Minor. The hardline rule is don't skip reviews because something feels simple, and don't carry forward unfixed Important issues. Essentially turns code review from an occasional gate into a continuous feedback mechanism that keeps context clean and catches problems early.
npx skills add https://github.com/jnmetacode/superpowers-zh --skill requesting-code-review