hunter

Fix failing GitHub pull requests by resolving CI checks and bot review comments.

Updated May 11, 2026
One-click install
npx skills add https://github.com/ruimfernandes/claude --skill hunter-ruimfernandes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunter
Source: https://github.com/ruimfernandes/claude/tree/main/skills/hunter
Command: npx skills add https://github.com/ruimfernandes/claude --skill hunter-ruimfernandes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hunter helps resolve slow, failing pull requests by automatically fixing failing GitHub Actions and addressing CodeRabbit review comments so the PR can pass checks and move forward.

Core Features & Use Cases

  • CI triage and remediation: Checks all PR checks, pinpoints failing jobs (especially Code Quality and Test), reads logs, and applies targeted fixes with a dedicated commit per logical fix.
  • CodeRabbit review remediation: Fetches unresolved CodeRabbit threads, skips resolved/already-addressed items, applies suggested fixes (including “Also applies to” locations), and prepares the correct commit-to-comment mapping for follow-up replies.
  • github-actions bot review remediation: Retrieves bot review summaries, inline comments, and PR thread comments; applies actionable fixes, tracks mappings, and responds appropriately after pushing.

Quick Start

Say Hunter followed by a GitHub PR link (or an attached PR reference) and describe that you want the PR’s CodeRabbit and CI issues fixed.

Frequently Asked Questions about hunter

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

FAQPage Schema
How do I automatically fix failing GitHub Actions CI checks on a pull request?

You can fix failing GitHub Actions CI checks by providing the PR URL to Hunter, which fetches check logs, pinpoints failing jobs, and applies targeted code fixes with a dedicated commit per logical fix.

Can I apply CodeRabbit review suggestions to my pull request automatically?

Yes, you can apply CodeRabbit review suggestions automatically by triggering Hunter on your PR, which fetches unresolved threads, skips resolved items, applies suggested fixes including related locations, and replies on each addressed comment.

How do I resolve github-actions bot review comments on a failing pull request?

To resolve github-actions bot review comments, Hunter retrieves bot review summaries and inline comments, applies actionable fixes, tracks commit-to-comment mappings, and responds appropriately on each thread after pushing.

What's the best way to triage and remediate code quality and test failures in GitHub PRs?

The best way to triage code quality and test failures is using Hunter to check all PR checks, read failing job logs, and apply deterministic code changes that systematically remediate CI and bot feedback across the pull request.

How does automated PR remediation handle commits and replies for bot review threads?

Automated PR remediation creates one commit per logical fix and prepares a commit-to-comment mapping, ensuring each addressed or skipped CodeRabbit and github-actions bot comment receives an accurate reply after pushing.