What problem does it solve?
This Skill systematizes code reviews and quality checks, identifying technical debt, architectural issues, and potential improvements. It provides actionable insights to enhance code health and maintain development standards, saving time on manual inspections and preventing future bugs.
Core Features & Use Cases
- Multi-Phase Analysis: Conducts structure, pattern, and dependency analysis to map the codebase and identify issues.
- Automated Report Generation: Creates detailed Markdown reports highlighting critical issues, architecture reviews, and technical debt.
- Actionable Recommendations: Suggests improvements, refactoring, and generates Git branches or tasks for identified fixes.
- User-Context Integration: Tailors analysis based on user-specified focus areas (security, performance, architecture) while enforcing standard checks.
- Use Case: Before a major refactoring, use this skill to perform a deep dive into your codebase, focusing on performance bottlenecks and architectural anti-patterns, and generate a prioritized list of tasks to guide your improvement efforts, ensuring a high-quality outcome.
Quick Start
Analyze the codebase for security issues and generate a report.
Review the project's architecture and identify areas for improvement.