Global Rank · of 601 Skills
skill-review AI Agent Skill
View Source: rarestg/rarestg-skills
SafeInstallation
npx skills add rarestg/rarestg-skills --skill skill-review 6
Installs
Skill Review
Review a skill and propose improvements only if genuinely needed. Bias toward leaving things alone. A short, focused skill is better than a comprehensive one that wastes tokens.
Process
1. Read everything
Read all files in the skill directory: SKILL.md, any scripts, references, assets.
2. State the intent
In one sentence: what problem does this skill solve, and for whom? Ground the rest of the review in this.
3. First-principles check
- Is this the right approach to the problem?
- Is it the simplest approach that works?
- Does the skill add value beyond what an AI agent already knows?
- If the agent could do this without the skill, the skill may not be needed.
4. Review checklist
Frontmatter:
- Is
descriptionspecific about WHEN to trigger? Does it include concrete phrases a user would say? disable-model-invocation: trueif the skill has side effects (merges, deploys, sends, deletes).allowed-toolsset to restrict scope to only what's needed?argument-hintset if the skill takes arguments?- Are
context,agent,model,user-invocable, orhooksrelevant and missing?
Body:
- Under 500 lines? If over, move content to reference files.
- Does every paragraph justify its token cost? Cut anything the agent already knows.
- Are instructions concrete and actionable, not vague?
- If files are referenced, is it clear when to load them?
Progressive disclosure:
- Is SKILL.md doing too much? Should content move to
references/? - Would a bundled script be more reliable than prose instructions? (Yes if the agent would regenerate the same code every invocation.)
Scripts (if present):
- Do they actually run? Test them.
- Are they necessary, or would instructions suffice?
Bloat check:
- Is anything here that an AI agent already knows? Remove it.
- Are there redundant explanations? Cut them.
- Could the skill be shorter without losing effectiveness?
- If the skill is fine as-is, say so. Do not invent improvements.
5. Ask clarifying questions
Before proposing any changes, ask the user about anything ambiguous: intent, scope, preferences, edge cases. Do not assume.
6. Present findings
Summarize:
- The skill's purpose (one sentence)
- What's working well
- Specific issues found (if any)
- Proposed changes with rationale for each
If no changes are needed, say "No changes recommended" and stop. Do not manufacture improvements.
7. Apply changes (only with approval)
Only after the user explicitly approves:
- Make the changes
- Stage the modified files
- Commit with a clear message
- Push
Never commit or push without explicit user approval.
Installs
Security Audit
View Source
rarestg/rarestg-skills
More from this source
Power your AI Agents with
the best open-source models.
Drop-in OpenAI-compatible API. No data leaves Europe.
Explore Inference APIGLM
GLM 5
$1.00 / $3.20
per M tokens
Kimi
Kimi K2.5
$0.60 / $2.80
per M tokens
MiniMax
MiniMax M2.5
$0.30 / $1.20
per M tokens
Qwen
Qwen3.5 122B
$0.40 / $3.00
per M tokens
How to use this skill
Install skill-review by running npx skills add rarestg/rarestg-skills --skill skill-review in your project directory. Run the install command above in your project directory. The skill file will be downloaded from GitHub and placed in your project.
No configuration needed. Your AI agent (Claude Code, Cursor, Windsurf, etc.) automatically detects installed skills and uses them as context when generating code.
The skill enhances your agent's understanding of skill-review, helping it follow established patterns, avoid common mistakes, and produce production-ready output.
What you get
Skills are plain-text instruction files — not executable code. They encode expert knowledge about frameworks, languages, or tools that your AI agent reads to improve its output. This means zero runtime overhead, no dependency conflicts, and full transparency: you can read and review every instruction before installing.
Compatibility
This skill works with any AI coding agent that supports the skills.sh format, including Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider, and other tools that read project-level context files. Skills are framework-agnostic at the transport level — the content inside determines which language or framework it applies to.
Chat with 100+ AI Models in one App.
Use Claude, ChatGPT, Gemini alongside with EU-Hosted Models like Deepseek, GLM-5, Kimi K2.5 and many more.