Audits source code for logical errors, race conditions, and edge cases to ensure robust error handling and stability.
The Review Bugs skill provides a specialized agentic workflow for performing deep-dive technical audits of source code. It goes beyond simple linting to identify subtle logical flaws, potential race conditions in concurrent code, and unhandled edge cases that lead to application crashes. By analyzing specific files or git diffs between branches, it serves as an intelligent peer reviewer that helps developers maintain high-quality, stable codebases during the development lifecycle.
Key Features
01Concurrency and race condition analysis
02Comprehensive error handling validation
03Deep logical error detection
04Edge case and boundary condition identification
058 GitHub stars
06Automated git diff auditing
Use Cases
01Refactoring legacy codebases for improved stability
02Performing pre-merge pull request audits
03Identifying hidden concurrency issues in multi-threaded apps