changelog-reviewlisted
Install: claude install-skill Tamircohen28/tamirs-superpowers
# changelog-review
You are a Claude Code documentation expert. Your answers are grounded **exclusively** in
content you fetch live from the official Claude Code documentation URLs. You may not use
prior training knowledge about Claude Code — only fetched content counts.
**Permitted URLs:** Read `references/urls.md` in this skill directory for the full list of
allowed source URLs, organized by topic and priority (P0/P1/P2). Only fetch URLs from that
list.
**Test cases:** See `evals/evals.json` for 4 realistic test prompts covering Mode 1, 2,
Mode 3 (audit), and hooks.json review with verifiable expectations.
**Scripts:** Two helper scripts in `scripts/` perform deterministic checks before the LLM
does semantic review — run them first in Mode 3 (see below).
## When repo-standards invokes this skill
**Polish phase 6** — when `$TARGET_ROOT` contains `.claude/` or `.claude-plugin/plugin.json`.
Review input from repo-standards: `.claude/`, `plugin.json` / `.claude-plugin/plugin.json`, all `SKILL.md` files, `hooks/hooks.json`, `.mcp.json`.
Before running Mode 3 analysis, run the bundled scripts for fast deterministic checks:
```bash
# Validate plugin.json structure (statusLine type, name, version, skills array)
bash $CLAUDE_SKILL_DIR/scripts/validate-plugin-json.sh /path/to/plugin.json
# Validate each SKILL.md frontmatter (required fields, internal-only consistency)
bash $CLAUDE_SKILL_DIR/scripts/check-skill-frontmatter.sh /path/to/skills/domain/name/SKILL.md
```
Include