skill-usage-audit

Solid

Scan all artefacts (epics, stories, PRDs) for Base Rule

AI & Automation 155 stars 28 forks Updated 2 days ago NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skill Usage Audit ## Purpose / When to Activate Activate: - Periodically (e.g., after a Discovery session) to verify governance compliance - Before a release or milestone to audit artefact quality - When trust in agent compliance needs verification - On demand by the human (`/gaai-status` or direct invocation) This skill enforces **Base Rule #2 (Skill-first)** by scanning artefacts for the `skills_invoked` attestation field. It detects artefacts that were produced from cached knowledge without reading the corresponding skill file. --- ## Process 1. **Scan all Epic files** at `contexts/artefacts/epics/*.epic.md` (exclude `_template.epic.md`): - Check frontmatter for `skills_invoked` field - If present: verify it includes `generate-epics` - If missing: mark as **FAIL** 2. **Scan all Story files** at `contexts/artefacts/stories/*.story.md` (exclude `_template.story.md`): - Check frontmatter for `skills_invoked` field - If present: verify it includes `generate-stories` - If missing: mark as **FAIL** - Check frontmatter for `related_decs` field - If missing: mark as **FAIL** (separate from skills_invoked) - Check frontmatter for `epic` field - If missing: mark as **WARN** 3. **Produce audit report** with: - Per-artefact pass/fail status - Compliance rate: `(passing artefacts / total artefacts) × 100` - List of non-compliant artefacts for remediation - Timestamp of audit --- ## Outputs ``` Skill Usage Audit Report — {date} Epi...

Details

Author
Fr-e-d
Repository
Fr-e-d/GAAI-framework
Created
5 months ago
Last Updated
2 days ago
Language
Shell
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

skill-auditor

Audit a SKILL.md or REFERENCE file, score it 0–10, identify major and minor findings, and generate copy-paste improvements. Use when reviewing a new skill before merging, auditing an existing skill for gaps, checking cross-skill consistency, or validating that a skill meets the Quality-Engineering-Skills framework standards. Triggers: audit this skill, score this SKILL.md, review reference file, check skill quality, find gaps in skill, validate skill before PR.

13 Updated yesterday
RBraga01
AI & Automation Listed

skill-doctor

Audit a Claude Code skill or workflow for structural quality, idempotency, and best-practice compliance. Runs 30+ binary checks grounded in Anthropic's official skill authoring docs, Agent Patterns research, and production patterns. Produces a severity-weighted report (FAIL/WARN/NOTE). Use when the user says 'audit this skill', 'check my skill', 'skill-doctor', 'review my workflow', or provides a path to a skill directory. Do NOT use for codebase audits (use meta-audit) or PRD reviews (use meta-review-prd).

3 Updated 3 days ago
arthjean
Data & Documents Listed

skill-audit

Audit installed Claude Code skills for context-budget cost and real usage. Inventories ~/.claude/skills, estimates the always-loaded token cost of each description, and mines ~/.claude/projects transcripts for actual invocations to find unused skills. Use when the user asks to "audit skills", "clean up skills", "find unused skills", "skill budget", "too many skills", or wonders what their skills cost in context.

2 Updated yesterday
magnusrodseth