A systematic PR reviewer that walks through git diffs and checks your code against seven categories: correctness, security, performance, quality, testing, documentation, and maintainability. It outputs structured feedback with severity levels from critical to low, flagging things like hardcoded secrets, N+1 queries, and missing edge case tests. The checklist approach is thorough but mechanical. It shines when you want consistent review standards across a team, though it won't replace human judgment on architecture decisions or business logic. Includes language-specific guidelines for TypeScript, React, Python, and Go. Best for teams that want to catch common issues before human reviewers spend their time on higher-level concerns.
npx skills add https://github.com/charon-fan/agent-playbook --skill code-reviewer