Agent skill · Testing & QA

agent-coverage-check

Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-coverage-check-homericintelligence-projectodyssey-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/agent/agent-coverage-check-homericintelligence-projectodyssey-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent Coverage Check Verify complete agent system coverage across all dimensions. ## When to Use - After adding new agents to system - Validating agent system completeness - Finding gaps in coverage - Ensuring all development phases covered ## Quick Reference ```bash # Check all coverage dimensions ./scripts/check_agent_coverage.sh # Check specific dimension ./scripts/check_level_coverage.sh ./scripts/check_phase_coverage.sh ./scripts/check_section_coverage.sh ``` ## Coverage Dimensions **Hierarchy Levels**: - L0: Chief Architect (1) - L1: Section Orchestrators (6) - L2: Design Agents (per section) - L3: Specialists (per module) - L4: Engineers - L5: Junior Engineers **Development Phases**: - Plan - Test - Implementation - Package - Cleanup **Sections**: - Foundation - Shared Library - Tooling - First Paper - CI/CD - Agentic Workflows ## Coverage Report Format ```text Hierarchy Coverage: L0: ✅ 1 agent L1: ✅ 6 agents L2: ✅ 12 agents L3: ✅ 24 agents L4: ✅ 3 agents L5: ✅ 1 agent Phases: Plan: ✅ Covered Test: ✅ Covered Implementation: ✅ Covered Package: ✅ Covered Cleanup: ✅ Covered Sections: Foundation: ✅ Orchestrator + agents Shared Library: ✅ Orchestrator + agents ``` ## Gap Patter

What's inside
Steps it walks through
  1. When to Use
  2. Quick Reference
  3. Coverage Dimensions
  4. Coverage Report Format
  5. Gap Patterns
  6. References
Ships with 1 file
  • metadata.json
Commands it runs
Check all coverage dimensions
Check specific dimension
More from claude-skill-registry
All skills →
About this skill
What does the agent-coverage-check skill do?

Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-coverage-check-homericintelligence-projectodyssey-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going