foxctl CI

Retrieve GitHub pull request CI check outcomes and review comments.

3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/joshka0/foxctl --skill foxctl-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foxctl CI
Source: https://github.com/joshka0/foxctl/tree/main/configs/skills-condensed/foxctl-ci
Command: npx skills add https://github.com/joshka0/foxctl --skill foxctl-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

foxctl CI helps you quickly understand whether a pull request is healthy by consolidating CI results and active review comments from common bots and checks.

Core Features & Use Cases

  • Unified PR status: Summarize overall PR status across checks so you can decide whether to proceed.
  • Review comment visibility: Fetch CodeRabbit and Greptile review comments, including optional resolved items when needed.
  • Actionable CI results: List CI check outcomes and filter to only failed checks for fast troubleshooting and triage.

Quick Start

Run foxctl ci status --pr 123 to get a single view of the PR’s current CI state.

Frequently Asked Questions about foxctl CI

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

FAQPage Schema
How do I check GitHub pull request CI status and review comments in one view?

To check GitHub pull request CI status, you can consolidate CI check outcomes and active review comments from bots like CodeRabbit and Greptile into a single view. This helps you quickly assess overall PR health and decide whether to proceed.

How do I filter CI checks to show only failed results for a pull request?

You can filter pull request CI checks to show only failed results by applying a failure-only flag. This narrows the output to failed checks, speeding up troubleshooting and triage during the PR open or merge workflow.

Do I need a GITHUB_TOKEN to retrieve CI status for private repositories?

Yes, you need a valid GITHUB_TOKEN to retrieve CI status and review comments for private repositories. This token authenticates your access to the private pull request data, checks, and bot review signals.

Can I get machine-readable JSON output for GitHub PR check outcomes?

Yes, you can retrieve machine-readable JSON output for GitHub PR check outcomes by enabling optional data-only output. This formats the CI status and review comment data for automated processing and pipelines.

How do I fetch resolved review comments from CodeRabbit and Greptile on a PR?

To fetch resolved review comments from CodeRabbit and Greptile, you can apply optional resolved visibility filtering. This retrieves specific resolved items from bot review comments to track addressed feedback on a pull request.