agent-coverage-check
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Best use case
agent-coverage-check is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Teams using agent-coverage-check should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/agent-coverage-check/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agent-coverage-check Compares
| Feature / Agent | agent-coverage-check | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 Patterns **Missing level**: Any level with 0 agents **Missing phase**: Phase not assigned to any agent **Missing section**: Section without orchestrator ## References - `agent-validate-config` - Validate individual agent configs - `agent-test-delegation` - Test delegation completeness - `.claude/agents/` - All agent configurations
Related Skills
Pentest Checklist
This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "follow security testing best practices", or needs a structured methodology for penetration testing engagements.
owasp-mobile-security-checker
Analyze Flutter and mobile applications for OWASP Mobile Top 10 (2024) security compliance. Use this skill when performing security audits, vulnerability assessments, or compliance checks on mobile applications. Performs automated scans for hardcoded secrets, insecure storage, weak cryptography, network security issues, and provides detailed remediation guidance.
ln-634-test-coverage-auditor
Coverage Gaps audit worker (L3). Identifies missing tests for critical paths (Money 20+, Security 20+, Data Integrity 15+, Core Flows 15+). Returns list of untested critical business logic with priority justification.
Dependency Health Check
Assess dependency health across CVE exposure, freshness, maintainer risk, and license compatibility
Coverage Ratcheting
Enforce that test coverage never decreases — compare current coverage against baseline, flag regressions, and track per-package coverage trends
compliance-checker
Policy-based compliance assessment for OpenClaw skills. Define security policies, assess skills against them, track violations, and generate compliance reports. Maps findings to frameworks like CIS Controls and OWASP. Integrates with arc-skill-scanner and arc-trust-verifier.
COMPLIANCE_CHECK
You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance.
aws-compliance-checker
Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks
analyze-test-coverage
Analyze test coverage gaps and report findings
affiliate-compliance-check
Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.
accessibility-checker
Validate WCAG 2.1 Level AA compliance and accessibility best practices. Use when performing accessibility audits and WCAG certification.
accessibility-check
Run accessibility audit on frontend components for WCAG 2.1 AA compliance