This gives you a structured code review workflow that treats every git diff like a PR review, complete with severity classifications (S0 through S3), must-fix checklists, and an approve/reject verdict. It reads the full modified files for context, not just the diff hunks, and checks against your project docs before flagging style issues. The four-tier severity system is practical: S0/S1 block merges, S2/S3 are suggestions. What I like is that it enforces concrete output: every finding needs a location, impact statement, and fix suggestion, plus a confidence level. It's opinionated about structure but flexible enough to adapt to your project standards. Good for teams that want consistent review quality without the ceremony of opening an actual PR.
npx skills add https://github.com/buiducnhat/agent-skills --skill review