skill-review

Reviews agent skills for quality, completeness, correctness, and unnecessary token consumption.

1|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/rarestg/rarestg-skills --skill skill-review-rarestg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-review
Source: https://github.com/rarestg/rarestg-skills/tree/main/skills/skill-review
Command: npx skills add https://github.com/rarestg/rarestg-skills --skill skill-review-rarestg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that agent skills are well-defined, effective, and adhere to best practices, preventing wasted AI tokens and improving overall agent performance.

Core Features & Use Cases

  • Quality Assurance: Reviews skills for clarity, correctness, and efficiency.
  • Best Practice Adherence: Checks frontmatter, instructions, and progressive disclosure.
  • Use Case: After developing a new skill to interact with a specific API, use this skill to review its SKILL.md and associated scripts to ensure it's clear, secure, and efficient before deploying it.

Quick Start

Use the skill-review skill to review the skill located at the path skills/my-new-skill.

Frequently Asked Questions about skill-review

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

FAQPage Schema
How do I review an agent skill for quality and best practices?

To review an agent skill for quality, evaluate its purpose, approach, implementation, frontmatter, and progressive disclosure to ensure clarity, correctness, and efficiency while avoiding unnecessary token consumption.

What is agent skill quality assurance and why is it needed?

Agent skill quality assurance is the process of evaluating skills for completeness and correctness. It is needed to prevent wasted AI tokens, ensure clear intent, and improve overall agent performance and discoverability.

How do I check if a skill has unnecessary scripts or references?

To check if a skill has unnecessary scripts or references, evaluate the necessity of its components against its core purpose, ensuring it remains concise, effective, and avoids unnecessary token consumption.

What should I look for when evaluating agent skill frontmatter and documentation?

When evaluating agent skill frontmatter and documentation, check for adherence to best practices, clear intent, first-principles checks, and proper progressive disclosure for optimal discoverability and usability.

Can I use a code review process to validate a newly developed agent skill before deployment?

Yes, you can use a code review process to validate a newly developed agent skill before deployment by reviewing its SKILL.md and associated scripts to ensure they are clear, secure, and efficient.

What are the limitations of automated skill review for agent performance?

Automated skill review focuses on structural and documentation checks like frontmatter and progressive disclosure, but may not fully validate complex runtime execution logic or external API integration security without deeper contextual analysis.