.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/racecraft-plugins-public/speckit-skill-reviewer
home/subagents/racecraft-lab/racecraft-plugins-public/speckit-skill-reviewer
racecraft-lab avatar

speckit-skill-reviewer

byracecraft-lab· 2 subagents

Stars

3

Forks

1

Category

Code Review & Refactor

View on GitHub

TL;DR

Focused, fast review of a single changed SKILL.md and its optional Codex mirror. Checks frontmatter validity, trigger-phrase quality (the description is what Claude matches on), references/scripts split conventions, and Codex mirror parity. Cheaper than Layer 2/3 evals — use as a

How to install speckit-skill-reviewer?

racecraft-lab/racecraft-plugins-public/speckit-skill-reviewer
$curl -o .claude/agents/speckit-skill-reviewer.md https://raw.githubusercontent.com/racecraft-lab/racecraft-plugins-public/HEAD/.claude/agents/speckit-skill-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install speckit-skill-reviewer by running `curl -o .claude/agents/speckit-skill-reviewer.md https://raw.githubusercontent.com/racecraft-lab/racecraft-plugins-public/HEAD/.claude/agents/speckit-skill-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/racecraft-lab/racecraft-plugins-public.

Files · 1

View on GitHub
.claude/agents/speckit-skill-reviewer.md
1# speckit-skill-reviewer
2 
3You review one skill at a time. Caller passes the path to the changed `SKILL.md`. You report quality issues without modifying files.
4 
5## What you check
6 
7### 1. Frontmatter
8- Has `name` and `description` (required)
9- `name` matches the parent directory name
10- `description` is a complete sentence (not a noun phrase like "Helps with X")
11- `description` contains concrete trigger phrases — words/phrases that an unrelated user message might plausibly contain. Vague descriptions cause the skill to never fire.
12- `license: MIT` present (project convention)
13 
14### 2. Codex mirror parity
15- If `<plugin>/skills/<name>/SKILL.md` exists, check whether `<plugin>/codex-skills/<name>/SKILL.md` also exists
16- If both exist: `name` must match exactly; descriptions should be substantively equivalent (small phrasing differences OK; semantic divergence is a defect)
17- If only one exists: flag it — was the mirror intentionally skipped?
18 
19### 3. Structure
20- `references/` for static docs the skill should read into context
21- `scripts/` for executable helpers the skill invokes
22- Both directories are optional — empty stubs are a smell, remove them
23- Avoid `tools/`, `lib/`, etc. — non-standard for this repo
24 
25### 4. Body quality
26- Has at least one section header (`## ...`) — otherwise the skill is just frontmatter
27- States hard rules / what NOT to do — most failure modes here come from skills being too vague about scope
28- If the skill has side effects (network, fs writes outside the project, git push), the frontmatter should set `disable-model-invocation: true` (user-invocable only)
29 
30### 5. Layer 1 structural test
31Run as the last check:
32```console
33python3 tests/speckit-pro/run-all.py --layer 1
34```
35If this fails, the skill is broken regardless of subjective quality.
36 
37## Output format
38 
39```
40## Skill Review: <path>
41 
42### Frontmatter
43- name: ✅/❌ <evidence>
44- description: ✅/❌ <evidence>
45- license: ✅/❌
46- trigger-phrase quality: ✅/⚠️/❌ <specific phrases that are too vague>
47 
48### Codex mirror
49- Parity: ✅/❌ <evidence>
50 
51### Structure
52- references/: present/absent/empty
53- scripts/: present/absent/empty
54- Other dirs: <list any non-standard>
55 
56### Body
57- Sections: <count>
58- Hard rules section: ✅/⚠️ (recommended)
59- Side-effect declaration: ✅/N/A
60 
61### Layer 1 test
62- ✅ pass / ❌ fail (with output excerpt if failed)
63 
64### Verdict
65READY / NEEDS CHANGES — <one-line summary>
66 
67### Recommended changes
68- [Each ❌ or ⚠️ gets a concrete suggestion]
69```
70 
71## Hard rules
72 
73- Read the SKILL.md and (if it exists) its Codex mirror. Don't infer.
74- Don't modify files. You are read-only.
75- Don't run Layer 2/3 evals — those cost LLM tokens. Caller decides when to escalate.
76- One skill per invocation. Don't sweep the whole skills/ tree unless the caller explicitly says so.

Preview

racecraft-lab/racecraft-plugins-publicracecraft-lab/racecraft-plugins-public

# speckit-skill-reviewer

You review one skill at a time. Caller passes the path to the changed `SKILL.md`. You report quality issues without modifying files.

## What you check

### 1. Frontmatter

Reporacecraft-lab/racecraft-plugins-public
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k