check-builds

Check GitHub Actions CI build status for pull requests and workflow runs.

4|2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/sensei-hacker/inav-claude --skill check-builds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-builds
Source: https://github.com/sensei-hacker/inav-claude/tree/main/.claude/skills/check-builds
Command: npx skills add https://github.com/sensei-hacker/inav-claude --skill check-builds

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes and simplifies checking GitHub Actions CI build statuses across pull requests and workflows, saving developers time and ensuring they quickly identify and address build failures.

Core Features & Use Cases

  • PR Build Status: Instantly check the status of all CI checks for a specific pull request or the current branch.
  • Workflow Run Listing: View recent workflow runs, filtered by name or status (success/failure).
  • Detailed Build Logs: Access full logs for specific workflow runs or jobs to pinpoint failure causes.
  • Troubleshooting Guidance: Provides common failure scenarios and steps for local reproduction and fixing.
  • Use Case: A developer wants to quickly verify if their latest commit has passed all CI checks or needs to investigate why a specific firmware build failed in the continuous integration pipeline.

Quick Start

Check the build status for my current pull request.

Frequently Asked Questions about check-builds

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

FAQPage Schema
How do I check GitHub Actions CI build status for my pull request?

Check CI build status by querying your pull request through GitHub Actions. The Skill retrieves all CI checks for your current branch or specific PR, displaying pass/fail status so you immediately see which checks passed and which need attention.

How do I view detailed logs for a failed GitHub Actions workflow?

Access full logs for specific workflow runs or jobs to pinpoint failure causes. The Skill retrieves detailed build logs from your GitHub Actions environment, letting you diagnose common build failures across firmware builds, SITL, configurator builds, and tests.

Can I filter GitHub Actions workflow runs by status or name?

Yes, filter recent workflow runs by workflow name or execution status (success or failure). The Skill enumerates recent runs and applies filters, then presents standardized summaries so you quickly locate the specific run you need to investigate.

What should I do when a firmware build fails in CI?

Use the Skill to view detailed logs and receive troubleshooting guidance for common failure scenarios. It helps you reproduce failures locally and provides steps for fixing build issues across firmware, SITL, and configurator builds.

Does this work with GitHub Actions environments only?

The Skill applies specifically in GitHub Actions environments to inspect PR checks and view run details. It integrates with your GitHub Actions workflows to query current PR status and diagnose build failures across your CI pipeline.