What problem does it solve?
Code reviews are often inconsistent because reviewers lack a structured checklist, causing security flaws, performance issues, and maintainability problems to slip through. This Skill gives the tech-lead agent a repeatable review methodology so every change is evaluated against the same criteria.
Core Features & Use Cases
- Structured Review Checklist: Covers functional correctness, code quality, security (input validation, SQL injection, XSS, auth), performance (N+1 queries, database optimization), and maintainability.
- Agent-Invocable Methodology: Designed to be triggered by the tech-lead agent inside the Boss pipeline when code needs review or quality assessment.
- Tech Stack Awareness: Depends on shared/tech-stack-detection so review criteria align with the project's actual technology stack.
- Use Case: During a Boss pipeline run, the tech-lead agent invokes this Skill to review a pull request, walking through each checklist category and reporting issues before QA gates run.
Quick Start
Ask the tech-lead agent to review the current code changes using the code review checklist and report any correctness, security, or performance issues.