agentpack-reviewlisted
Install: claude install-skill vishal2612200/agentpack
# AgentPack Review
Use when the user invokes `$agentpack-review` or `$agentpack-review <reviewer context>`.
Do not claim correctness unless relevant checks actually ran.
## Steps
1. Refresh AgentPack context for this exact review task before reading PR diff or code. Prefer MCP:
```text
agentpack_pack_context(task="review current PR $ARGUMENTS")
```
If MCP is unavailable, run:
```bash
agentpack guard --agent auto --repair-stale --refresh-context
```
If you bypass this refresh, state the bypass reason before continuing.
2. Prepare the full review bundle. If `$ARGUMENTS` names a PR number or PR URL, `agentpack review` must bind metadata, diff, and context to that PR. If the user did not name a PR, `agentpack review` must identify the current PR through `gh`; do not accept silent `HEAD~1` fallback.
```bash
agentpack review "$ARGUMENTS"
```
Use this explicit form when the PR target is known:
```bash
agentpack review --pr <number-or-url> "$ARGUMENTS"
```
3. Read `.agentpack/review.prompt.md` and follow it end to end.
4. By default, `agentpack review` starts a fresh run under `.agentpack/reviews/<branch-or-pr>/<run_id>/` and refreshes the stable alias files in `.agentpack/`.
5. Do not perform the review inline from this skill. If you cannot write the required files, stop and report blocked.
6. The Anchor role starts from `.agentpack/review-understanding.template.toon` and writes the compatible run-scoped understanding TOON at the output path declared by `agentpack review