pack-reviewlisted
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