← ClaudeAtlas

pack-reviewlisted

Run the scheduled Claude Agent Pack review: version-diff Claude Code against the last reviewed version, carry forward open items from the previous review doc, verify every claim against actual file diffs, and write docs/claude-agent-pack-review-YYYY-MM-DD.md. Writes the file, then asks before committing. Trigger this when someone says: run the pack review, do the scheduled review, check the pack against Claude Code, is the pack behind upstream, daily pack review, version review, review the pack against Claude Code. Do NOT use to verify an installation — use /system-check instead. Do NOT use to validate agent and skill frontmatter — use /lint-agents instead. Do NOT use to review code changes — use /review-pr instead.
chuckplayer/claude-agent-pack · ★ 6 · Code & Development · score 76
Install: claude install-skill chuckplayer/claude-agent-pack
# Pack Review Compare the Claude Agent Pack against the current Claude Code release, carry forward unresolved items, and write a dated review doc. Read-only with respect to the pack: the review reports, it does not fix. The only file it writes is its own review doc. ## 1. Establish the baseline Find the most recent review: `ls docs/claude-agent-pack-review-*.md | sort | tail -1`. Read it whole and extract: - The Claude Code version it reviewed against - The pack commit it reviewed - Every numbered open item, **and each item's stated revisit trigger** If no prior review exists, this is the first cycle — skip to step 2 and treat every finding as new. ## 2. Determine current state ```bash claude --version # installed Claude Code version git log --oneline -1 # current pack HEAD git log --oneline <last-reviewed-commit>..HEAD # what moved since last review ``` Fetch the official Claude Code changelog for releases newer than the last reviewed version. If the changelog URL has moved, search for it rather than guessing. **Count, never carry forward a count:** ```bash ls agents/*.md | wc -l ls -d skills/*/ | wc -l ``` A count quoted from a prior review is how the 2026-07-25 cycle propagated "25 skills" for three days when the real number was 26. Recount every cycle; it costs one command. ## 3. Choose the cycle type | State | Cycle | |-------|-------| | No new Claude Code release, no pack change | **Confirmation pass** — check revisit tri