holistic-repo-verification

Verify GitHub Actions workflows and Pages deployment statuses for repository health.

8|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/bordenet/superpowers-plus --skill holistic-repo-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: holistic-repo-verification
Source: https://github.com/bordenet/superpowers-plus/tree/main/skills/observability/holistic-repo-verification
Command: npx skills add https://github.com/bordenet/superpowers-plus --skill holistic-repo-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents releasing code when hidden CI or GitHub Pages issues remain, ensuring complete repository health before claiming work is done.

Core Features & Use Cases

  • Checks all GitHub Actions workflow statuses for success.
  • Verifies GitHub Pages deployment status.
  • Generates a consolidated health summary for PR creation, releases, or periodic audits.

Quick Start

Ask the skill to verify the repository health before opening a pull request.

Frequently Asked Questions about holistic-repo-verification

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

FAQPage Schema
How do I verify GitHub Actions and Pages deployment status before a release?

To verify repository health before a release, you need to check all GitHub Actions workflow runs and GitHub Pages deployment statuses. This process produces a consolidated verification report summarizing whether all CI workflows and pages deployments succeeded.

What is the best way to check repository health for CI workflows and GitHub Pages?

The best way to check repository health is to query the GitHub API to list workflow runs and check Pages status. This generates a consolidated health summary, ensuring no hidden CI or GitHub Pages issues remain before claiming work is done.

When do I need to verify CI workflow and GitHub Pages deployment statuses?

You need to verify CI workflow and GitHub Pages deployment statuses when preparing releases, creating pull requests, or performing periodic repo audits. This ensures complete repository health and prevents releasing code with hidden CI or deployment failures.

Do I need GitHub API access to check GitHub Actions and Pages deployment status?

Yes, you need GitHub API access to check GitHub Actions and Pages deployment status. The verification process queries the GitHub API to list workflow runs and check Pages status, producing a report summarizing repository health.

Why does my GitHub Pages deployment fail during repository health verification?

GitHub Pages deployment might fail during repository health verification due to hidden build or deployment issues. Checking the GitHub Pages deployment status via the API identifies these failures and includes them in a consolidated health summary report.

Can I generate a consolidated repo health report for pull request creation?

Yes, you can generate a consolidated repo health report for pull request creation by verifying all GitHub Actions workflow statuses and GitHub Pages deployments. This report summarizes statuses to ensure complete repository health before opening a pull request.