pmo-skill-refiner-selftest-canary

Verify consistency between PMO skill directories and deploy.sh skill arrays.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/cody-hutson/pmo-platform --skill pmo-skill-refiner-selftest-canary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pmo-skill-refiner-selftest-canary
Source: https://github.com/cody-hutson/pmo-platform/tree/main/release/skills/pmo-skill-refiner-selftest-canary
Command: npx skills add https://github.com/cody-hutson/pmo-platform --skill pmo-skill-refiner-selftest-canary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that all PMO skills are correctly deployed and registered, maintaining consistency between the release/skills/ directory and the deploy.sh per-module skill arrays.

Core Features & Use Cases

  • Skill Roster Consistency Check: Ensures every skill directory present under release/skills/ is registered in the deploy.sh per-module skill arrays.
  • Deployment Integrity Verification: Flags any missing skills from the deploy.sh arrays or any skills present in the directory but not registered.
  • Use Case: Use this Skill to verify that all required PMO skills are deployed and correctly configured before a release.

Quick Start

Run the pmo-skill-refiner-selftest-canary skill to check the PMO skill roster consistency.

Frequently Asked Questions about pmo-skill-refiner-selftest-canary

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

FAQPage Schema
How do I verify PMO skill roster consistency before a release?

Verifying PMO skill roster consistency involves checking that every skill directory present under release/skills/ is registered in the deploy.sh per-module skill arrays. This process ensures all skills are correctly deployed and registered before release management workflows execute.

What is a skill roster consistency check for deployment scripts?

A skill roster consistency check ensures every skill directory present under release/skills/ is correctly registered in the deploy.sh per-module skill arrays. It maintains deployment integrity by confirming all required skills are properly configured for release management workflows.

Why does deploy.sh fail to register skills present in the release directory?

deploy.sh fails to register skills when the per-module skill arrays are not updated to include new directories added under release/skills/. Running a consistency check identifies these missing entries and flags them for correction before deployment.

Do I need filesystem access to check skill deployment integrity?

Yes, checking skill deployment integrity requires filesystem access and parsing of deploy.sh content. The verification process reads the release/skills/ directory structure and compares it against the per-module skill arrays defined in the deployment script.

How to flag missing skills in deploy.sh per-module arrays?

To flag missing skills in deploy.sh per-module arrays, run a consistency check that compares the release/skills/ directory contents against the registered arrays. The verification identifies any skills present in the directory but not registered in the deployment script.

When do I need to verify deployment integrity for release management?

Deployment integrity verification is needed before executing release management workflows to ensure all required PMO skills are deployed and correctly configured. It prevents release failures caused by missing or unregistered skills in the deploy.sh arrays.