一键导入
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