What problem does it solve?
This Skill automates the process of identifying and fixing common issues in GitHub Pull Requests (PRs), specifically for the Bloom-Invest/bloom repository, reducing manual review time and improving code quality.
Core Features & Use Cases
- CI Failure Resolution: Automatically detects and attempts to fix failing CI checks.
- Review Comment Actioning: Addresses review comments on PRs, either by making the fix or noting when human intervention is needed.
- Circuit Breaker Logic: Implements safeguards to prevent infinite loops or excessive commits on PRs.
- Use Case: When a PR fails its CI checks, this Skill can automatically identify the error, apply a known fix (like a linting correction), and push the changes, allowing the CI to re-run without manual intervention.
Quick Start
Scan open PRs on Bloom-Invest/bloom for CI failures and review comments.