Globales Ranking · von 601 Skills
skill-review AI Agent Skill
Quellcode ansehen: rarestg/rarestg-skills
SafeInstallation
npx skills add rarestg/rarestg-skills --skill skill-review 6
Installationen
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.
Installationen
Sicherheitsprüfung
Quellcode ansehen
rarestg/rarestg-skills
Mehr aus dieser Quelle
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
So verwenden Sie diesen Skill
Install skill-review by running npx skills add rarestg/rarestg-skills --skill skill-review in your project directory. Führen Sie den obigen Installationsbefehl in Ihrem Projektverzeichnis aus. Die Skill-Datei wird von GitHub heruntergeladen und in Ihrem Projekt platziert.
Keine Konfiguration erforderlich. Ihr KI-Agent (Claude Code, Cursor, Windsurf usw.) erkennt installierte Skills automatisch und nutzt sie als Kontext bei der Code-Generierung.
Der Skill verbessert das Verständnis Ihres Agenten für skill-review, und hilft ihm, etablierte Muster zu befolgen, häufige Fehler zu vermeiden und produktionsreifen Code zu erzeugen.
Was Sie erhalten
Skills sind Klartext-Anweisungsdateien — kein ausführbarer Code. Sie kodieren Expertenwissen über Frameworks, Sprachen oder Tools, das Ihr KI-Agent liest, um seine Ausgabe zu verbessern. Das bedeutet null Laufzeit-Overhead, keine Abhängigkeitskonflikte und volle Transparenz: Sie können jede Anweisung vor der Installation lesen und prüfen.
Kompatibilität
Dieser Skill funktioniert mit jedem KI-Coding-Agenten, der das skills.sh-Format unterstützt, einschließlich Claude Code (Anthropic), Cursor, Windsurf, Cline, Aider und anderen Tools, die projektbezogene Kontextdateien lesen. Skills sind auf Transportebene framework-agnostisch — der Inhalt bestimmt, für welche Sprache oder welches Framework er gilt.
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.