This is a local self-review tool that runs before you commit or hand off your work. It's designed as an explicit checkpoint, not a replacement for actual PR review tools. You run it after a coding session when you want systematic feedback on your changes. It uses a severity rubric to filter out weak findings and includes reference checklists for security and performance when your diff touches auth, APIs, data fetching, or bundle imports. The workflow is simple: make changes, run the review, get actionable feedback, then call /done. It's basically a pre-flight check that catches issues while you're still in context, which is honestly when they're easiest to fix.
npx skills add https://github.com/mblode/agent-skills --skill review-pr