skill-quality-dashboard
Aggregate generated maintainer reports into a skill-quality summary. Use when reviewing docs, link, and eval health. NOT for editing report sources.
skill-quality-dashboard141 wordsMITv1.0.0Repo-owned
skill-quality-dashboard
Aggregate generated maintainer reports into a skill-quality summary. Use when reviewing docs, link, and eval health. NOT for editing report sources.
Quick Start
Install:
npx skills add github:wyattowalsh/agents --skill skill-quality-dashboard -y -g --agent antigravity --agent claude-code --agent codex --agent crush --agent cursor --agent gemini-cli --agent github-copilot --agent grok --agent opencodeUse: /skill-quality-dashboard [--format json]
Works with Claude Code, Gemini CLI, OpenCode, and other agentskills.io-compatible agents.
What It Does
Section titled “What It Does”Summarize maintainer ops reports for skill and docs quality gates.
| $ARGUMENTS | Action |
|---|---|
| Empty | Default dashboard summary |
--format json | Machine-readable aggregate |
reports | List registered report files and key counts |
Critical Rules
Section titled “Critical Rules”- Treat generated report JSON as evidence, not authority to bypass validate gates.
- Never hand-edit
docs/public/generated-reports/*.json. - Pair dashboard output with skill-lifecycle-manager for per-skill readiness.
- Route broken-link remediation to docs-steward.
- Do not claim reports are fresh without checking generation timestamps when present.
| Field | Value |
|---|---|
| Source Type | repo-owned |
| Display Source | github:wyattowalsh/agents |
| Source Kind | repo |
| Installability | portable command |
| Review State | reviewed |
| Target Agents | antigravity, claude-code, codex, crush, cursor, gemini-cli, github-copilot, grok, opencode |
| Field | Value |
|---|---|
| Name | skill-quality-dashboard |
| License | MIT |
| Version | 1.0.0 |
| Author | wyattowalsh |
| Field | Value |
|---|---|
| Argument Hint | [--format json] |
View Full SKILL.md
---name: skill-quality-dashboarddescription: >- Aggregate generated maintainer reports into a skill-quality summary. Use when reviewing docs, link, and eval health. NOT for editing report sources.user-invocable: trueargument-hint: "[--format json]"license: MITmetadata: author: wyattowalsh version: "1.0.0"---
# Skill Quality Dashboard
Summarize maintainer ops reports for skill and docs quality gates.
**Scope:** Read-only aggregation of committed `docs/public/generated-reports/*.json`. Does not regenerate reports.
## Dispatch
| $ARGUMENTS | Action ||------------|--------|| Empty | Default dashboard summary || `--format json` | Machine-readable aggregate || `reports` | List registered report files and key counts |
## Workflow
```bashuv run python skills/skill-quality-dashboard/scripts/aggregate_reports.pyuv run python skills/skill-quality-dashboard/scripts/aggregate_reports.py --format json```
Regenerate upstream reports with the repo docs-generation pipeline — do not hand-edit JSON.
## Validation Contract
```bashuv run python skills/skill-quality-dashboard/scripts/check.py```
## Critical Rules
1. Treat generated report JSON as evidence, not authority to bypass validate gates.2. Never hand-edit `docs/public/generated-reports/*.json`.3. Pair dashboard output with skill-lifecycle-manager for per-skill readiness.4. Route broken-link remediation to docs-steward.5. Do not claim reports are fresh without checking generation timestamps when present.Resources
Section titled “Resources”Skill CatalogBrowse custom and external skills.
CLI ReferenceInstall and manage skills.
agentskills.ioThe open ecosystem for cross-agent skills.
