A systematic code reviewer that prioritizes issues from critical security vulnerabilities down to maintainability concerns. It checks for SQL injection, XSS, N+1 queries, error handling gaps, and code quality problems in that order. The review output is well structured with severity labels, specific line numbers, and concrete fix examples. What's practical here is the tiered approach: security gets flagged as critical, performance as high priority, and things like naming conventions as medium. The rules are split across separate markdown files by category, and there's a compiled AGENTS.md if you want everything at once. Good for PR reviews where you need consistent coverage across security, performance, and quality without missing the critical stuff.
npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill code-reviewer