review-skillslisted
Install: claude install-skill veekunth217/claude-scaffold-skill
# /review-skills — Triage the Discovery Queue
The weekly scraper drops every Claude Code skill it finds into `registry/discovered.json`, sorted by quality score. This skill walks you through that queue **25 at a time**, so you can decide per skill: **keep** (→ verified registry) or **reject** (→ never shown again). Your decisions persist between sessions — next run picks up where you stopped.
**RULE: Never modify `registry/skills.json` or `registry/rejected.json` without showing the user the exact change and getting `GO`.**
---
## Phase 1 — Where Are We
Run silently:
```bash
# Must be inside the claude-scaffold-skill repo (or have it as ~/.claude/skills/claude-scaffold-skill)
[ -f registry/discovered.json ] && echo "HERE=local" || \
([ -f ~/.claude/skills/claude-scaffold-skill/registry/discovered.json ] && echo "HERE=installed" || echo "HERE=missing")
# Status snapshot
python scripts/review-queue.py --status 2>/dev/null || \
python ~/.claude/skills/claude-scaffold-skill/scripts/review-queue.py --status 2>/dev/null
```
If `HERE=missing`:
```
No discovery queue found. Run the scraper first:
cd ~/.claude/skills/claude-scaffold-skill && make discover
(or trigger the weekly GitHub Action manually)
```
Then stop.
Otherwise, show the status block to the user:
```
Review queue
────────────
In discovered.json: [N]
Already accepted: [N] (in skills.json)
Already rejected: [N]
Still pending: [N] → [pages] pages of 25 left
Ready to review the next