What problem does it solve?
This Skill automates the process of code review for pull requests, identifying potential issues, and even suggesting and applying fixes, significantly speeding up the development cycle.
Core Features & Use Cases
- Adversarial Code Review: Leverages AI (Codex CLI) to perform in-depth code analysis.
- Structured Findings: Parses AI output into actionable, categorized findings.
- Automated Fix Loop: Attempts to automatically fix identified issues and verifies them.
- Iterative Re-review: Re-runs the review process to catch regressions introduced by fixes.
- Use Case: Integrate this into your CI/CD pipeline to automatically review code changes, flag critical issues, and even auto-correct common problems before human review, ensuring higher code quality and faster merges.
Quick Start
Use the codex-review-loop skill to review the current pull request.