What problem does it solve?
Manually hunting for bugs, security vulnerabilities, and performance bottlenecks across large or recently changed codebases is time-consuming and error-prone, especially when the root cause of an issue is not immediately obvious.
Core Features & Use Cases
- Multi-Dimension Analysis: Systematically checks for logic errors, latent bugs, performance inefficiencies, security flaws, and missing test coverage, with a focus on recently modified code where most defects originate.
- Root Cause Focus: Goes beyond surface-level symptoms to identify the exact change or code pattern that introduced the issue, paired with targeted fix recommendations.
- Use Cases: Review recent commits for regressions after a deployment, audit code for security vulnerabilities before a production release, or investigate unexplained performance slowdowns in a feature you just updated.
Quick Start
Use the debug skill to review the changes in my last 3 commits and identify any potential bugs or security issues.