resolve-checks
Installation
SKILL.md
Resolve Checks
Systematically resolve all failing CI checks and address PR review feedback by running tests locally first, fixing issues, incorporating valid feedback, and verifying CI passes.
When to Use
- When CI checks are failing on your PR
- When you have unresolved PR review comments
- Before attempting to merge a PR
- When you want to proactively verify all checks pass
- After making changes and before pushing
- After receiving code review feedback
Core Principle
Run tests locally first, don't wait for CI. You have access to the full test suite locally. Catching failures locally is faster than waiting for CI round-trips.