Audit and improve skill collections with an 8-dimension scoring framework, duplication detection, remediation planning, and CI quality gates; use when evaluating skill quality, generating remediation plans, validating report format, or enforcing repository-wide skill artifact conventions.
Does it follow best practices?
Evaluation — 93%
↑ 1.33xAgent success when using this tile
Validation for skill structure
Navigation hub for evaluating, maintaining, and improving skill quality with 8-dimension framework scoring.
sh skills/skill-quality-auditor/scripts/evaluate.sh <skill-name> --jsonsh skills/skill-quality-auditor/scripts/audit-skills.shGenerates comprehensive reports in .context/audits/ with timestamp-based baseline comparisons.
sh skills/skill-quality-auditor/scripts/audit-skills.sh --pr-changes-onlyThis skill must pass its own evaluator with score >= 100:
sh skills/skill-quality-auditor/scripts/evaluate.sh skill-quality-auditor --jsonSee Detailed Anti-Patterns for complete failure mode documentation.
Use the helper script to verify basic structural consistency across skills:
sh skills/skill-quality-auditor/scripts/check-consistency.sh skillsThis script validates frontmatter format, directory structures, required sections, and naming conventions. Critical for maintaining uniform skill quality standards across the entire collection.
Run this check:
Validate skill artifacts before submission:
sh skills/skill-quality-auditor/scripts/validate-skill-artifacts.shThis validates:
skills/<skill-name>/.yaml/.yml extension"$schema" declaration#!/usr/bin/env shAlways validate artifacts before running audits to ensure results are meaningful.
Skills should use Navigation Hub architecture with progressive disclosure:
references/*.md files for deeper dives.scripts/, templates in templates/, schemas in schemas/ — not mixed into main docs.See Quality Thresholds & Scoring for grade boundaries, score interpretation, and detailed A-grade requirements.
Install with Tessl CLI
npx tessl i pantheon-ai/skill-quality-auditor@0.1.4