Revisor de Skills

Reviews skill structure, descriptions, and progressive disclosure against quality standards.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/juanjo-zurich/juarvis-v4 --skill revisor-de-skills-juanjo-zurich
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Revisor de Skills
Source: https://github.com/juanjo-zurich/juarvis-v4/tree/main/plugins/plugin-dev/skills/skill-reviewer
Command: npx skills add https://github.com/juanjo-zurich/juarvis-v4 --skill revisor-de-skills-juanjo-zurich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Newly created or modified skills often suffer from vague activation descriptions, bloated SKILL.md files, and poor organization, which reduces their discoverability and reliability. This Skill audits a skill against quality standards and produces prioritized, actionable improvement recommendations. ## Core Features & Use Cases - Description Evaluation: Checks activation phrases, third-person phrasing, specificity, and length of the frontmatter description. - Content & Structure Audit: Validates frontmatter fields, word count targets (1,000-3,000 words), imperative writing style, and logical organization. - Progressive Disclosure Review: Assesses whether detailed content is properly delegated to references/, examples/, and scripts/ directories. - Use Case: After writing a new skill, ask for a review and receive a severity-categorized report (critical/major/minor issues) with before/after description suggestions and a prioritized fix list. ## Quick Start Review my skill in the current directory and tell me how to improve its description and structure.

Frequently Asked Questions about Revisor de Skills

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

FAQPage Schema
How do I review the quality of a skill I created?▼

Point the reviewer at your skill directory and it reads the SKILL.md frontmatter and body, checks required fields like name and description, evaluates activation phrases, and returns a structured report with severity-categorized issues and specific fixes.

What makes a good skill description for activation?▼

A good description uses third person ("This skill should be used when..."), includes specific trigger phrases users would actually say, stays between roughly 50 and 500 characters, and describes concrete scenarios rather than vague capabilities.

How long should a SKILL.md file be?▼

The body should be between 1,000 and 3,000 words. Content beyond that should be moved into references/ or examples/ directories so the main file stays concise and focused, following progressive disclosure principles.

When should I move content to references or examples directories?▼

Move detailed documentation to references/ and working code samples to examples/ when the main SKILL.md grows too long. The SKILL.md should only hold essential instructions and clearly point to these supporting files.

What issues does a skill review check for?▼

It checks for vague activation descriptions, second-person phrasing, missing trigger phrases, oversized SKILL.md files, missing frontmatter fields, and absent supporting files. Issues are categorized as critical, major, or minor with prioritized recommendations.