agent-coverage-check

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

16 stars

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

$curl -o ~/.claude/skills/agent-coverage-check/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/ai-agents/agent-coverage-check/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agent-coverage-check/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agent-coverage-check Compares

Feature / Agentagent-coverage-checkStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Assess dependency health across CVE exposure, freshness, maintainer risk, and license compatibility

Coverage Ratcheting

16
from diegosouzapw/awesome-omni-skill

Enforce that test coverage never decreases — compare current coverage against baseline, flag regressions, and track per-package coverage trends

compliance-checker

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks

analyze-test-coverage

16
from diegosouzapw/awesome-omni-skill

Analyze test coverage gaps and report findings

affiliate-compliance-check

16
from diegosouzapw/awesome-omni-skill

Automated compliance checking for affiliate marketing content. Verifies FTC disclosure requirements, link tracking, and ethical affiliate practices.

accessibility-checker

16
from diegosouzapw/awesome-omni-skill

Validate WCAG 2.1 Level AA compliance and accessibility best practices. Use when performing accessibility audits and WCAG certification.

accessibility-check

16
from diegosouzapw/awesome-omni-skill

Run accessibility audit on frontend components for WCAG 2.1 AA compliance