What problem does it solve?
This Skill enables teams to automatically review code changes produced during a run, fix trivial issues, and surface improvements requiring confirmation, ensuring code quality after tests complete.
Core Features & Use Cases
- Post-run code review: automatically examine files created or modified in the current run against project standards and testing results.
- Auto-fix of mechanical issues: fix non-semantic issues while preserving behavior, guided by repository standards.
- Suggestions requiring confirmation: propose meaningful improvements that require user approval when changes could affect behavior, security, or architecture.
- Use Case: After a CI job finishes, receive a concise report detailing auto-fixed changes and recommended improvements for the next merge.
Quick Start
Trigger the skill after tests pass, providing input with files_created, files_modified, and run_id. The skill will review changes, apply safe auto-fixes, and present suggestions for confirmation.