skill-stocktake

Audit repository skill inventory and generate quality, coverage, and staleness reports.

Updated May 5, 2026
One-click install
npx skills add https://github.com/HyperionBurn/searchv1beta --skill skill-stocktake-hyperionburn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-stocktake
Source: https://github.com/HyperionBurn/searchv1beta/tree/main/.github/skills/skill-stocktake
Command: npx skills add https://github.com/HyperionBurn/searchv1beta --skill skill-stocktake-hyperionburn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skill Stocktake prevents a skills library from growing stale or fragmented by auditing what exists, how well each skill is documented, and whether templates and catalogs stay in sync.

Core Features & Use Cases

  • Inventory checks: Detect missing SKILL.md files and count total skills under .github/skills/.
  • Frontmatter validation: Verify required fields exist and flag breaking-change mismatches like hint: vs argument-hint: and autopilot naming collisions.
  • Template synchronization: Compare .github/skills/ against vscode-omg/resources/templates/skills/ to find orphans in either direction.
  • Quality scoring: Check for mismatched name fields, weak descriptions, missing “When to Use” or “Output Format/See Also”, broken cross-references, and stubby files.
  • Coverage analysis: Cross-check skills mentioned in .github/copilot-instructions.md against actual directories on disk.

Quick Start

Run the skill stocktake routine to generate a report for coverage, quality, and staleness by scanning the repository’s skill directories and templates.

Frequently Asked Questions about skill-stocktake

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

FAQPage Schema
How do I audit my GitHub skills repository for missing SKILL.md files?▼

To audit your GitHub skills repository, scan the .github/skills/ directory to detect missing SKILL.md files and generate a health report covering quality, coverage, and staleness across your skill inventory.

What is YAML frontmatter validation for GitHub skills?▼

YAML frontmatter validation is the process of verifying required fields exist in skill files, flagging mismatches like hint: versus argument-hint:, and detecting autopilot naming collisions to maintain repository quality.

How do I check for template synchronization gaps in a skills library?▼

Check for template synchronization gaps by diffing .github/skills/ against vscode-omg/resources/templates/skills/ to identify orphaned files in either direction and ensure your library stays aligned.

Can I cross-check skills mentioned in copilot-instructions.md against actual directories?▼

Yes, you can cross-check coverage by comparing skills referenced in .github/copilot-instructions.md against actual directories on disk to find gaps where documented skills are missing from the repository.

When should I run a skill inventory maintenance routine?▼

Run a skill inventory maintenance routine during pre-merge validation before adding new skills, post-batch template synchronization after changes, and periodically to remove incomplete or outdated entries from your repository.

What quality issues should I look for when auditing GitHub skills?▼

When auditing GitHub skills, look for mismatched name fields, weak descriptions, missing When to Use or Output Format sections, broken cross-references, and stubby files to calculate an overall quality score.