What problem does it solve?
This Skill standardizes and accelerates code reviews by applying senior-architect criteria to surface Single Responsibility Principle violations, cyclomatic complexity issues, performance anti-patterns, and readability regressions so reviewers and engineers can prioritize high-impact fixes quickly.
Core Features & Use Cases
- Clarification Protocol: Always asks scope, focus, depth, and contextual tradeoffs before beginning a review to ensure relevant and actionable feedback.
- Review Standards: Enforces SRP, nesting and complexity limits, algorithmic and I/O performance checks, memory and redundancy detection, and naming/readability guidance.
- Workflow & Outputs: Follows a clarify ā read ā analyze ā report flow and returns either inline critiques with line numbers or detailed Markdown reports saved to .reviews for large audits.
- Use Cases: Pull request reviews, architecture/feature design audits, performance optimizations, and onboarding reviews to raise code quality consistently.
Quick Start
Please review src/ and tests/ for SRP violations, excessive nesting, performance issues, and readability problems and return an inline critique with line numbers.