This is a structured code review workflow that runs against your current git diff and flags issues by severity (P0 critical down to P3 style nits). It checks for SOLID violations, security risks like injection or auth gaps, race conditions, and removal candidates, then asks how you want to proceed before touching anything. The review-first approach is solid since you get findings organized by priority with inline comments before committing to fixes. Most useful when you want a senior engineer perspective on a pull request without the back and forth, though the depth of analysis depends on how well it can pattern match against the bundled checklists for security, code quality, and architecture smells.
npx skills add https://github.com/sanyuan0704/sanyuan-skills --skill code-review-expert