check-ci

Poll GitHub Actions workflow status on a branch until completion.

25|13|Updated Apr 27, 2025
One-click install
npx skills add https://github.com/blaxel-ai/sandbox --skill check-ci-blaxel-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-ci
Source: https://github.com/blaxel-ai/sandbox/tree/main/.agents/skills/check-ci
Command: npx skills add https://github.com/blaxel-ai/sandbox --skill check-ci-blaxel-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that critical CI workflows like "Build and Push Sandbox" complete successfully before you proceed with further development or deployment steps.

Core Features & Use Cases

  • CI Status Polling: Automatically checks the status of a specified GitHub Actions workflow.
  • Branch Monitoring: Can monitor the latest run on a specific branch, defaulting to the most recently pushed branch.
  • Use Case: After pushing a new feature to the develop branch, use this Skill to confirm the "Build and Push Sandbox" workflow has passed before starting work on a new ticket.

Quick Start

Use the check-ci skill to monitor the build status for the develop branch.

Frequently Asked Questions about check-ci

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

FAQPage Schema
How do I monitor a GitHub Actions workflow status on a specific branch?

To monitor GitHub Actions workflow status, this Skill polls the "Build and Push Sandbox" workflow on a specified branch until completion. It reports the final conclusion and provides a direct URL to the workflow run for detailed inspection.

What happens if no GitHub Actions workflow run is found for my branch?

If no GitHub Actions workflow run is found for the specified branch, the Skill handles the case by notifying the user that there is no matching run to inspect.

Can I check CI build status without specifying a branch name?

Yes, you can check CI build status without specifying a branch. The Skill defaults to monitoring the latest run on the most recently pushed branch, polling until the workflow reaches a final conclusion.

How does CI workflow polling work for continuous integration pipelines?

CI workflow polling works by continuously querying GitHub Actions for the status of the "Build and Push Sandbox" workflow. It waits until the run completes and then reports whether the build passed or failed.

When should I use automated build status monitoring before deploying?

Automated build status monitoring should be used before deploying to ensure critical CI workflows like "Build and Push Sandbox" complete successfully. This prevents proceeding with development or deployment steps on a failed build.

Does this CI monitoring Skill provide a link to the GitHub Actions run details?

Yes, the CI monitoring Skill provides a direct URL to the GitHub Actions workflow run. This allows you to inspect the build details and logs directly on GitHub after the polling concludes.