원클릭으로
agent-coverage-check
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section.
Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).
Run Mojo tests using mojo test command. Use when executing tests or verifying test coverage.
Track implementation progress against plan. Use to monitor component delivery and identify blockers.
Generate visual hierarchy diagrams of agent system showing levels and delegation. Use for documentation or onboarding.
| name | agent-coverage-check |
| description | Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage. |
| mcp_fallback | none |
| category | agent |
Verify complete agent system coverage across all dimensions.
# 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
Hierarchy Levels:
Development Phases:
Sections:
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
Missing level: Any level with 0 agents
Missing phase: Phase not assigned to any agent
Missing section: Section without orchestrator
agent-validate-config - Validate individual agent configsagent-test-delegation - Test delegation completeness.claude/agents/ - All agent configurations