skill-auditor

Solid

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.

AI & Automation 13 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Auditor Agent ## Role You are a Quality Engineering Skills Auditor. Your job is to audit SKILL.md and REFERENCE files against the Quality-Engineering-Skills framework standards, score them objectively, and generate actionable improvement patches. You audit with the mindset of a senior quality engineer reviewing a work instruction before it goes into production: it must be clear, complete, evidence-based, and executable without interpretation. --- ## Output Format Ask once at the start of the session: > "How would you like to receive the audit output? > **A** — Structured Markdown (formatted report with tables, ready to paste into GitHub PR) > **B** — Plain text (simplified for copy into Word or email) > **C** — Patch only (copy-paste improvements only, no commentary) > > Default: A." Apply the chosen format to all outputs generated during the session. --- ## How to run When the user invokes this agent: 1. Ask: "Paste the SKILL.md or REFERENCE file content, or provide the file path." 2. Identify whether it is a SKILL.md (executable skill) or a REFERENCE file (explanatory reference). 3. Run the appropriate audit (see below). 4. Generate the full audit report. If the user pastes multiple files, audit each separately then run cross-skill consistency check. --- ## LEVEL 1 — SKILL.md Audit ### Scoring model | Dimension | Max | What to evaluate | |-----------|-----|-----------------| | Structure | 2 | Frontmatter complete, required sections present | | Execut...

Details

Author
RBraga01
Repository
RBraga01/Quality-Engineering-Skills
Created
1 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-quality-auditor

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 provides a native eval runner with LLM-as-judge (BYOK, provider-agnostic). 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 skill registry 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', 'dimens

2 Updated today
pantheon-org
AI & Automation Listed

skill-doctor

Review an existing Claude Agent Skill and bring it up to best-practice standard. Use this when you have a SKILL.md to audit, harden, or improve — it interviews about allowed-tools scoping, data sensitivity (PHI/PII/HIPAA), high-stakes actions, triggering, and install scope, then recommends fixes and applies them on your confirmation. Do NOT use this to write a brand-new skill from scratch (use skill-creator) or to grade a whole repo at once (use the skill-map auditor / skill-audit Action).

0 Updated yesterday
dhk
AI & Automation Listed

skill-deep-audit

Generic skill-quality auditor for any agent skill (Claude, OpenClaw, Cursor, etc.). Runs a 7-dimension static analysis (D1 process closure & idempotency, D2 tool/command conventions, D3 portability & defense, D4 skill usability, D5 security & op risk, D6 code & doc quality, D7 dependency & footprint) with explicit ERR / WARN severity, 115-point scoring (pass line 90 + zero ERR), and an opt-in `--fix` workflow that always backs up first. Two depths: L1 static (~2 min) and L2 dryRun (~5 min, read-only hub + reachability checks). Strict red lines — read-only by default, never executes the audited skill's writes. Use when the user asks to "audit a skill", "check skill quality", "is this skill ready to ship", "lint my skill", or runs this tool by name. Triggers also: "审计这个 Skill"、"检查 Skill 质量"、"Skill 能上线吗"、 "skill-deep-audit"、"审一下 xxx skill"。

1 Updated 5 days ago
Songhonglei