skill-quality-reviewer

Review a Claude skill's trigger quality, collisions, duplication risk, and eval integrity.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill skill-quality-reviewer-nguyenpv1980-wq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-quality-reviewer
Source: https://github.com/nguyenpv1980-wq/Project-Aegis/tree/main/.claude/skills/skill-quality-reviewer
Command: npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill skill-quality-reviewer-nguyenpv1980-wq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill reviews a single library skill and judges whether it is good enough to ship, focusing on trigger quality, overlap with existing skills, eval honesty, section substance, scope, and invocation posture.

Core Features & Use Cases

  • Trigger Quality Review: Checks whether the skill description tells the model when to use it and when to yield to a neighboring skill.
  • Overlap and Duplication Analysis: Compares the target skill against shipped skills to spot collisions and cases where the right move is to extend an existing skill instead of creating a new one.
  • Eval and Structure Audit: Verifies that the skill’s evals and sections actually test the boundaries of the skill rather than repeating the workflow in name only.
  • Use Case: Use this Skill when a new skill draft needs a quality verdict before it enters the library or when an existing skill needs a trigger and scope audit.

Quick Start

Ask for a quality review of the target skill directory and include the skill path you want assessed.

Frequently Asked Questions about skill-quality-reviewer

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

FAQPage Schema
How do I review a Claude skill definition for ship-readiness?

Reviewing a skill for ship-readiness involves analyzing trigger quality, trigger collisions, duplication risk, eval integrity, and section substance. You need the skill's SKILL.md and supporting eval files to judge whether it should ship, be revised, be rejected, or become an extension.

What is trigger collision analysis in Claude skills?

Trigger collision analysis compares a target skill against shipped skills to spot overlapping triggers and determine whether the right move is to extend an existing skill instead of creating a new one. It helps maintain scope discipline across the skill library.

How do I check if my skill evals actually test boundaries?

Checking eval integrity involves verifying that the skill's evals and sections actually test the boundaries of the skill rather than repeating the workflow in name only. An eval and structure audit confirms the tests validate real scope limits.

Does a skill quality review require re-implementing mechanical validation?

No, a skill quality review does not require re-implementing mechanical validation. It judges quality by analyzing the skill's SKILL.md and supporting eval files directly to assess trigger quality, scope, and invocation posture.

When should I extend an existing skill instead of creating a new one?

You should extend an existing skill instead of creating a new one when overlap and duplication analysis reveals significant trigger collisions with shipped skills. This indicates the new draft's functionality overlaps heavily with existing library scope.