validate-skill-coverage

Audit skills-index.yaml to identify lifecycle coverage gaps and generate a priority-based report.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GeneralJerel/chalk-skills --skill validate-skill-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-skill-coverage
Source: https://github.com/GeneralJerel/chalk-skills/tree/main/skills/validate-skill-coverage
Command: npx skills add https://github.com/GeneralJerel/chalk-skills --skill validate-skill-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits the skills index to identify coverage gaps across the product development lifecycle, highlighting where capabilities exist and where gaps hinder teams.

Core Features & Use Cases

  • Read and map skills from the skills-index.yaml to lifecycle phases.
  • Generate a coverage matrix showing phase coverage, tiers, and completeness.
  • Flag missing or weak coverage, and provide targeted recommendations for new skills or improvements.

Quick Start

Survey the skills index to produce a live coverage report for the product lifecycle.

Frequently Asked Questions about validate-skill-coverage

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

FAQPage Schema
How do I audit skill coverage across the product development lifecycle?

You can audit skill coverage by parsing the skills-index.yaml file and reading each SKILL.md frontmatter to map capabilities against lifecycle phases. This produces a structured coverage report highlighting phase completeness and priority-based gap analysis.

What is a skills index coverage gap analysis?

A skills index coverage gap analysis identifies missing or weak capabilities across product lifecycle phases like Discovery, Design, Testing, and Operations. It reviews existing skills mappings to surface gaps that hinder team execution and recommends targeted improvements.

How do I map existing skills to product lifecycle phases?

You map existing skills to product lifecycle phases by reading the SKILL.md frontmatter for each entry in the skills-index.yaml. This lifecycle mapping process categorizes capabilities into stages like Definition, Planning, Implementation, and Governance.

Can I generate a coverage matrix for multiple skills across Discovery, Design, and Release phases?

Yes, you can generate a coverage matrix for multiple skills across Discovery, Design, Release, and other phases. The matrix displays phase coverage, skill tiers, and overall completeness to identify where capabilities exist and where gaps remain.

What is the best way to identify missing capabilities in a skills index?

The best way to identify missing capabilities is to audit the skills-index.yaml and map each SKILL.md frontmatter to lifecycle phases. This produces a priority-based gap analysis that flags weak coverage and recommends new skills or improvements.

Do I need a skills-index.yaml file to perform a lifecycle coverage audit?

Yes, you need a skills-index.yaml file to perform a lifecycle coverage audit. The audit requires parsing this index and reading the associated SKILL.md frontmatter files to map capabilities and generate the structured coverage report.