skill-hook-coverage-sweep

Audit Claude Code skills and hooks for coverage gaps and wiring failures.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blucsigma05/tbm-apps-script --skill skill-hook-coverage-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-hook-coverage-sweep
Source: https://github.com/blucsigma05/tbm-apps-script/tree/main/.claude/skills/skill-hook-coverage-sweep
Command: npx skills add https://github.com/blucsigma05/tbm-apps-script --skill skill-hook-coverage-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill identifies missing or broken Claude Code skill/hook wiring and coverage gaps across the repo and user-level environment, so your automation doesn’t silently fail or remain undiscoverable.

Core Features & Use Cases

  • Monthly inventory + health reporting: scans for all skills and hooks and produces a durable sweep report for auditing.
  • Skill health analysis (skill-auditor pass): scores each discovered skill and flags skills below the revision threshold for fix or retirement.
  • Hook wiring verification (hook-auditor pass): scores each discovered hook and prioritizes unwired or dangling references.
  • Trigger phrase coverage detection: flags skills whose descriptions contain no trigger phrases so they can’t auto-load via discovery.
  • Coverage, drift, and wiring gap checks: detects missing skill coverage by workflow area, stale Gitea/GitHub/Notion references, and mismatches between hook files and settings.

Quick Start

Run the skill-hook-coverage-sweep to generate the latest coverage report and recommendations.

Frequently Asked Questions about skill-hook-coverage-sweep

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

FAQPage Schema
How do I audit Claude Code skills and hooks for coverage gaps?

To audit Claude Code skills and hooks for coverage gaps, run a periodic inventory sweep that discovers entries, scores their health, checks trigger phrases, and writes a report to ops/sweeps. This detects missing wiring and stale references automatically.

What is skill and hook drift detection in Claude Code?

Skill and hook drift detection is the process of identifying stale Gitea, GitHub, or Notion references and mismatches between hook files and settings. It ensures your automation wiring remains intact across repo-local and user-level surfaces after modifications.

How do I find unwired or dangling hook references in my repo?

To find unwired or dangling hook references, execute a hook-auditor pass on discovered entries during a coverage sweep. This scores each hook and prioritizes references that are broken or missing from your configuration settings.

Why are my Claude Code skills not auto-loading via discovery?

Your Claude Code skills are not auto-loading via discovery when their descriptions contain no trigger phrases. A coverage sweep flags these skills so you can add the necessary trigger phrases for proper workflow-area activation.

What is the best way to perform a scheduled monthly skill health check?

The best way to perform a scheduled monthly skill health check is running an automated sweep that invokes skill-auditor and hook-auditor passes. This scores discovered entries and flags skills below the revision threshold for fix or retirement.