manage-skills

Detect and repair verification skill coverage gaps from session file changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill manage-skills-jyhthegreat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-skills
Source: https://github.com/JYHTHEGREAT/jyh-system/tree/main/archive/deprecated/skills/manage-skills
Command: npx skills add https://github.com/JYHTHEGREAT/jyh-system --skill manage-skills-jyhthegreat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects gaps and drift between repository changes and registered verification skills by analyzing session file changes, validating skill coverage, and proposing synchronized updates to SKILL.md registries and project CLAUDE.md.

Core Features & Use Cases

  • Session change analysis: Collects changed files from the current session and groups them by top-level directories to identify uncovered or affected areas.
  • Coverage mapping and gap detection: Parses registered verify-* SKILL.md files, extracts Related Files patterns and detection commands, and matches them against changed files to find UNCOVERED files, outdated references, and missing checks.
  • Automated proposals and 3-way sync: Suggests agent delegation, existing-skill updates, or new verify-* skill creation and enforces a three-way synchronization across manage-skills, verify-implementation, and project CLAUDE.md with validation steps.

Quick Start

Use the manage-skills skill to analyze this session's changed files and propose updates or new verify-* skills, then review and approve the suggested 3-way synchronization.

Frequently Asked Questions about manage-skills

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

FAQPage Schema
How do I detect verification skill drift after modifying repository files?

Verification skill drift is detected by analyzing session file changes, parsing SKILL.md frontmatter, and executing glob and grep validations to find uncovered files and outdated references. This process identifies gaps between repository changes and registered verify-* skills.

How do I synchronize verification registries across manage-skills, verify-implementation, and CLAUDE.md?

Synchronizing verification registries requires a 3-way sync mechanism that enforces consistent updates across manage-skills, verify-implementation, and project CLAUDE.md. The process validates Related Files patterns and detection commands to ensure all registries reflect current repository state.

What is verification skill coverage mapping and how does it find gaps?

Coverage mapping extracts Related Files patterns and detection commands from registered verify-* SKILL.md files, then matches them against changed files. This matching process identifies UNCOVERED files, outdated references, and missing checks caused by session file modifications.

Can I automate the creation of new verify-* skills when code or configuration tests change?

Automated proposals suggest agent delegation, existing-skill updates, or new verify-* skill creation when code, configuration, or tests are modified. These proposals are generated during PR review, post-implementation checks, and periodic audits based on detected coverage gaps.

When should I run a periodic audit for verification skill maintenance?

Periodic audits should run during PR review, post-implementation checks, and whenever code, configuration, or tests are modified. These audits parse SKILL.md frontmatter and Related Files tables, executing glob and grep validations against the repository tree to catch drift.

Why are some changed files left uncovered by existing verify-* skills?

Changed files remain uncovered when session file changes outpace registered verification skills. The tool groups changed files by top-level directories and cross-references them against extracted Related Files patterns to pinpoint exactly which areas lack verification coverage.