What problem does it solve?
Projects often diverge from their original plans or coding standards during implementation, leading to subtle architecture regressions, security issues, insufficient tests, and undocumented design decisions. This Skill provides a structured, senior-level review to quickly identify deviations, prioritize fixes, and verify that completed work satisfies the project's intent and quality bar.
Core Features & Use Cases
- Plan Alignment Analysis: Compare implementations to original plans or step descriptions and flag unjustified deviations.
- Code Quality Assessment: Check naming, organization, error handling, defensive programming, and test coverage.
- Architecture and Design Review: Evaluate separation of concerns, SOLID principles, coupling, scalability, and integration compatibility.
- Documentation and Standards: Verify inline comments, function headers, and adherence to project-specific conventions.
- Issue Identification & Recommendations: Categorize findings as Critical, Important, or Suggestions, and provide actionable fixes and examples.
- Use Case: Run on a completed feature branch or pull request to produce a prioritized review report before merge or release.
Quick Start
Review the completed feature implementation against the original plan and coding standards and return a structured report listing Critical, Important, and Suggestion issues with examples and recommended fixes.