audit-coverage
Audit MVP component, platform mechanism, and advanced mechanism coverage for analyzed agents, identifying gaps and suggesting next steps
npx skills add majiayu000/claude-skill-registry --skill audit-coverage --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Audit Coverage Check MVP component, platform mechanism, and advanced mechanism coverage for analyzed agents. Identifies which demos exist, which are missing, and recommends next steps. Supports both coding agents and platform agents. ## Trigger `/audit-coverage [agent-name]` - With `agent-name`: audit that specific agent - Without arguments: audit all agents with status `in-progress` or `done` ## Prerequisites 1. The agent must have an analysis doc at `docs/<agent-name>.md` 2. Ideally the doc includes section 7.5 (MVP Component Map); if not, components are inferred from D2-D6 ## Workflow ### Step 1: Read Analysis Doc Read `docs/<agent-name>.md` and extract: - D2-D7 findings (architecture, tools, prompt, context, error handling, innovations) - D7.5 MVP component table (if present) - D9-D12 platform dimensions (if present — indicates a platform agent) ### Step 2: Determine MVP Components - **If 7.5 section exists**: use the table directly as the MVP component list - **If 7.5 section is missing**: infer MVP components from D2-D6: 1. 主循环 (from D2) 2. Tool 注册与分发 (from D3, if applicable) 3. Prompt 组装 (from D4) 4. LLM 调用与响应解析 (from D2/D6) 5. 编辑应用 (from D3, if applicable) Adjust based on
- Trigger
- Prerequisites
- Workflow
- Step 1: Read Analysis Doc
- Step 2: Determine MVP Components
- Step 2.5: Determine Platform Mechanisms (platform agents only)
- Step 3: Check Demo Coverage
- Step 4: Check Document Freshness
- Step 5: Generate Report
- Relationship with /check-updates
What does the audit-coverage skill do?
Audit MVP component, platform mechanism, and advanced mechanism coverage for analyzed agents, identifying gaps and suggesting next steps
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill audit-coverage --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.
