What problem does it solve?
This Skill provides a rigorous, high-standard code review process to detect bugs, security issues, style violations, test coverage gaps, and maintainability problems that manual reviews may miss.
Core Features & Use Cases
- Thorough Bug and Security Detection: Analyze diffs and code snapshots to identify logic errors, potential vulnerabilities, and risky patterns.
- Style and Maintainability Enforcement: Check coding conventions, refactor opportunities, and long-term maintainability concerns.
- Test Coverage Assessment: Verify presence and quality of tests and highlight untested or weakly tested code paths.
- Use Case: Run on pull requests to produce a prioritized list of defects, security findings, style violations, and concrete remediation steps for developers and CI workflows.
Quick Start
Run a strict code review on the provided pull request or code diff and return a prioritized report of bugs, security risks, style violations, test coverage gaps, and actionable fixes.