fix-bloom-prs

Automates GitHub PR triage and CI-failure fixes for Bloom-Invest/bloom repository.

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill fix-bloom-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bloom-prs
Source: https://github.com/exiao/skills/tree/main/fix-bloom-prs
Command: npx skills add https://github.com/exiao/skills --skill fix-bloom-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about fix-bloom-prs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing CI failures on GitHub pull requests?

To automate fixing CI failures on GitHub pull requests, this Skill scans open PRs for failing checks, applies targeted fixes for unambiguous issues like linting corrections, and pushes changes to re-run CI without manual intervention.

Can I automatically resolve code review comments on GitHub PRs?

You can automatically resolve code review comments on GitHub PRs by using this Skill to triage unresolved comments, apply fixes for clear issues, and flag PRs that require human review or design decisions.

How do I prevent infinite loops when automating GitHub Actions pull request fixes?

To prevent infinite loops when automating GitHub Actions pull request fixes, this Skill implements a circuit breaker logic that safeguards against excessive commits and speculative changes, prioritizing correctness and workflow efficiency.

Does this CI failure triage tool work for the Bloom-Invest repository?

Yes, this CI failure triage tool works specifically for the Bloom-Invest/bloom repository, automating the identification and resolution of failing checks and review comments within that project's workflow.

When should I not use automation for pull request code review?

You should not use automation for pull request code review when a PR requires human review or design decisions, as this Skill strictly avoids speculative commits and will flag those PRs for manual intervention instead.