← ClaudeAtlas

changelog-reviewlisted

Internal skill invoked by repo-standards polish phase 6 to audit Claude Code plugin projects. Fetches live docs and runs scripts/validate-plugin-json.sh + scripts/validate-skill-frontmatter.py (via scripts/check-skill-frontmatter.sh) to detect misuse, broken hook paths, stale patterns, and missed capabilities. Version agreement across manifests, badges and target files is delegated entirely to plugin-version.json + scripts/check-version-truth.sh — this skill never enumerates the places a version lives. Returns structured P1 findings before PR. Never invoke directly — use repo-standards. Also callable by other skills needing live-doc-grounded answers about Claude Code hooks, skills, plugin.json, or MCP config.
Tamircohen28/tamirs-superpowers · ★ 2 · Code & Development · score 74
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. `$CLAUDE_SKILL_DIR` is set by Claude Code; on a harness that does not set it, substitute this skill's directory. ```bash # Version truth across every consumer — one command, no per-file checklist (see Step 0) bash "$TARGET_ROOT/scripts/check-version-truth.sh" # Validate plugin.json structure (statusLine type, name, skills array) bash "$CLAUDE_SKILL_DIR