skills/agentic-harness/skill-quality-auditor/SKILL.md
Evaluate, score, and remediate agent skill collections using a 9-dimension quality framework (Knowledge Delta, Mindset, Anti-Patterns, Specification Compliance, Progressive Disclosure, Freedom Calibration, Pattern Recognition, Practical Usability, Eval Validation). Performs duplication detection, generates remediation plans with T-shirt sizing, enforces CI quality gates, validates artifact conventions, tracks score trends, and ensures tessl registry compliance. Use when evaluating skill quality, auditing SKILL.md files, scoring agent skills, generating remediation plans, detecting duplicate skills, validating skill format, enforcing quality gates, optimizing for A-grade publication, comparing audit baselines, batch skill assessments, or checking tessl compliance. Triggers: 'check my skills', 'skill audit', 'improve my SKILL.md', 'quality check', 'A-grade scoring', 'quality gates', 'eval validation', 'audit all skills', 'remediation plan', 'skill judge', 'dimension scoring'.
npx skillsauth add pantheon-org/tekhne skill-quality-auditorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Navigation hub for evaluating, maintaining, and improving skill quality with 9-dimension framework scoring.
This skill drives the pantheon-skill-auditor CLI and is distributed by it
(pantheon-skill-auditor skill install). Every audit command below requires that
binary on PATH. Confirm it is available:
pantheon-skill-auditor --version
If it is missing, build or install it first (see Quick Start). There is no self-contained fallback for these commands.
Build once, then audit:
Build once:
bun run build:skill-auditor
Run audits:
# Single skill
pantheon-skill-auditor evaluate <domain>/<skill-name> --json --store
# Batch with grade gate
pantheon-skill-auditor batch <skill1> <skill2> --fail-below B --store
pantheon-skill-auditor evaluate <skill> --json --storeremediation-plan.md and focus on the lowest-scoring dimensionEnsure you review Detailed Anti-Patterns for all WHY/BAD/GOOD failure modes including agent name references and D4 heading rules.
Remediation workflow:
pantheon-skill-auditor evaluate documentation/markdown-authoring --json --store
# Score: 98/140 (C+) -> review remediation-plan.md -> fix -> re-audit -> 128/140 (A)
PR-scoped triage:
skills=$(git diff --name-only origin/main | grep "skills/.*/SKILL.md" | sed 's|skills/||;s|/SKILL.md||' | tr '\n' ' ')
pantheon-skill-auditor batch $skills --fail-below B --store
Audit all skills:
pantheon-skill-auditor batch $(find skills -name "SKILL.md" | sed 's|skills/||;s|/SKILL.md||' | tr '\n' ' ')
See Audit Workflow Examples for input/output pairs and CI quality gate examples.
pantheon-skill-auditor evaluate agentic-harness/skill-quality-auditor --json
# Expected: A grade, total >= 126/140
| Topic | Reference | When to Use | | --- | --- | --- | | Per-dimension criteria and bonus rules | Dimensions | Evaluating any dimension or understanding the rubric | | Score thresholds and grade bands | Scoring Rubric | Calculating a total score or assigning a grade | | A-grade checklist and red flags | Quality Standards | Targeting A-grade or reviewing blockers | | Trigger pattern density and keyword analysis | Pattern Recognition | Scoring D7 or improving description keywords | | Canonical SKILL.md structure and References table standard | SKILL Template | Authoring or refactoring a skill |
| Topic | Reference | When to Use |
| --- | --- | --- |
| CI gate configuration and batch pass/fail logic | Quality Thresholds | Setting up CI quality gates |
| NEVER/WHY/BAD/GOOD failure modes per dimension | Anti-Patterns | Explaining low scores or writing remediation guidance |
| T-shirt sizing and remediation roadmaps | Remediation Planning | Writing a remediation plan for a C/D-grade skill |
| Deduplication workflow and aggregation guidance | Duplication Detection | Detecting skill overlap or planning aggregations |
| pantheon-skill-auditor evaluate/batch usage and output formats | Scripts Workflow | Running audits from the command line |
| Registry publication gates and tessl compliance checks | Tessl Compliance | Preparing a skill for public registry submission |
tools
A skill that produces warnings but no errors.
testing
A well-formed example skill for testing the validator.
development
A skill with code blocks and imperative instructions for testing content and contamination analysis.
tools