doctor

Verify repository readiness for kampus-pipeline by checking labels, authentication, and CI workflows.

25|5|Updated May 9, 2026
One-click install
npx skills add https://github.com/kamp-us/phoenix --skill doctor-kamp-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/kamp-us/phoenix/tree/main/claude-plugins/kampus-pipeline/skills/doctor
Command: npx skills add https://github.com/kamp-us/phoenix --skill doctor-kamp-us

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, npm, and includes scripts (resource) components.

What problem does it solve?

This Skill verifies that a repository meets the necessary prerequisites for the kampus-pipeline, providing a detailed checklist to ensure a smooth pipeline run.

Core Features & Use Cases

  • Pre-flight Check: Verifies the presence of required labels, authentication, and CI workflows.
  • Tiered Checklist: Offers a tiered system to prioritize critical checks, with detailed fix commands.
  • Repo-Agnostic: Operates on any repository, regardless of its current setup.

Quick Start

Run the doctor skill to check if your repository is ready for the kampus-pipeline.

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I check if my repository is ready for the kampus-pipeline?

To check repository readiness for the kampus-pipeline, run a pre-flight verification that scans for required labels, GitHub CLI authentication, and CI workflows. This provides a tiered checklist with detailed fix commands to resolve any missing prerequisites.

What is included in a CI workflow verification checklist for a repository?

A CI workflow verification checklist includes validating required GitHub labels, confirming authentication setup, and ensuring CI workflows are present. It uses a tiered system to prioritize critical pipeline checks and offers detailed fix commands for any gaps found.

Do I need GitHub CLI and npm to verify repository prerequisites?

Yes, you need GitHub CLI and npm installed to verify repository prerequisites. GitHub CLI handles label management and authentication checks, while npm resolves package dependencies required for the verification scripts to run successfully.

Can I run a pipeline readiness check on any repository regardless of its setup?

Yes, you can run a pipeline readiness check on any repository regardless of its current setup. The verification is repo-agnostic, meaning it operates on any codebase looking to adopt the kampus-pipeline and identifies missing labels or workflows.

Why does my kampus-pipeline run fail during the CI workflow stage?

Your kampus-pipeline run may fail during the CI workflow stage if the repository lacks required labels, proper authentication, or configured CI workflows. Running a pre-flight checklist identifies these specific gaps and provides fix commands to ensure a smooth pipeline run.

What is the best way to prepare a repository for a new CI pipeline?

The best way to prepare a repository for a new CI pipeline is to run an automated pre-flight check that verifies required labels, authentication, and CI workflows. This ensures a smooth, error-free pipeline run by providing a tiered checklist of critical repository configurations.