solo-skill-audit

Audit Skill Units against a 12-dimension checklist and output a structured scorecard.

18|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/fortunto2/solo-factory --skill solo-skill-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solo-skill-audit
Source: https://github.com/fortunto2/solo-factory/tree/main/skills/skill-audit
Command: npx skills add https://github.com/fortunto2/solo-factory --skill solo-skill-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audits the quality and safety of a Skill Unit by evaluating its SKILL.md, references, and scripts against a standardized checklist, revealing gaps and actionable improvements.

Core Features & Use Cases

  • Reads SKILL.md and its frontmatter to extract name, description, and structure.
  • Reads references and scripts to assess coverage of the 12 evaluation dimensions.
  • Produces a structured scorecard with a top-3 fixes summary to guide improvements.

Quick Start

Audit the skill at skills/{name} or path/to/skill and generate an audit report.

Frequently Asked Questions about solo-skill-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a skill for quality and reliability?

To audit a skill for quality, you evaluate its SKILL.md, references, and scripts against a standardized checklist. This process yields a structured scorecard covering 12 evaluation dimensions with actionable top fixes.

What is evaluated during a skill frontmatter validation?

Skill frontmatter validation extracts and checks the name and description fields within SKILL.md. It assesses these alongside references and scripts to ensure complete coverage across 12 standardized evaluation dimensions.

How do I generate a structured scorecard for skill documentation?

You generate a structured scorecard for skill documentation by running an audit that reads SKILL.md, references, and scripts. The resulting report summarizes the evaluation and provides a top-3 fixes summary to guide improvements.

Can I audit any skill unit in my repository?

Yes, you can audit any skill unit in the repository. The audit applies to the specified skills path, reads its frontmatter and checklist data, and outputs a summary suitable for downstream reviews.

What are the limitations of using a checklist for skill validation?

Checklist-based skill validation is limited to evaluating structural components like SKILL.md, references, and scripts. It yields a structured scorecard and top fixes but does not execute the skill's core logic or test runtime behavior.

Why does my skill audit report gaps in the evaluation dimensions?

Your skill audit reports gaps in evaluation dimensions when the SKILL.md, references, or scripts lack required coverage. The audit reads frontmatter and checklist data to identify these missing elements and outputs top fixes to resolve them.