skill-reviewer

Audit AI skill directories across eight review dimensions and write structured reports.

6|16|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/flightctl/ai-workflows --skill skill-reviewer-flightctl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-reviewer
Source: https://github.com/flightctl/ai-workflows/tree/main/skill-reviewer
Command: npx skills add https://github.com/flightctl/ai-workflows --skill skill-reviewer-flightctl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

It helps teams avoid broken or low-quality AI workflow skills by performing a structured, skeptical audit of a skill directory’s organization, routing, instructions, and completeness.

Core Features & Use Cases

  • Eight-dimension review: Orchestration & routing, step sequencing, schema consistency, cognitive load, instruction clarity, documentation alignment, command naming, and error handling.
  • Deterministic pre-review checks: Runs structural, YAML frontmatter, reference integrity, and step-sequencing validation to produce evidence-based findings.
  • Actionable findings with severity: Classifies issues as CRITICAL/HIGH (blockers) or MEDIUM/LOW (suggestions), and requires each finding to include a concrete improvement.
  • Saved review artifacts: Persists reports to .artifacts/skill-reviewer/{skill-name}/review.md (and related artifacts) for repeatable audits.

Quick Start

Ask the AI to review a target skill directory by providing the directory name, for example: Review the docs-writer skill.

Frequently Asked Questions about skill-reviewer

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

FAQPage Schema
How do I audit AI skill directories for structural and instructional problems?

To audit AI skill directories, you can review SKILL.md, guidelines.md, and commands files across eight dimensions like orchestration and schema consistency, classifying findings by severity and writing structured reports to .artifacts/skill-reviewer/{skill-name}/review.md.

What does workflow validation look for in AI skills?

Workflow validation in AI skills checks for structural integrity, YAML frontmatter consistency, reference integrity, and step sequencing correctness to identify problems before they cause degraded behavior.

Can I check YAML frontmatter and reference integrity across multiple skill files?

Yes, you can check YAML frontmatter and reference integrity by running deterministic pre-review checks across SKILL.md, skills/*.md, and commands/*.md files to produce evidence-based findings.

How do I classify skill auditing findings by severity?

Skill auditing classifies structural and instructional findings by severity as CRITICAL or HIGH blockers, or MEDIUM and LOW suggestions, requiring each finding to include a concrete improvement.

What is the best way to validate instruction clarity and cognitive load in AI workflows?

The best way to validate instruction clarity is through an eight-dimension review evaluating orchestration, step sequencing, schema consistency, cognitive load, documentation alignment, command naming, and error handling.

When should I not use a skill audit for workflow correctness?

A skill audit for workflow correctness is not suitable when you only need simple syntax validation, as it comprehensively evaluates eight dimensions including orchestration, routing, and cognitive load across all relevant directory files.