원클릭으로
agentpack-review
Run the full AgentPack PR review flow for the current branch or PR with an optional reviewer lens.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run the full AgentPack PR review flow for the current branch or PR with an optional reviewer lens.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Choose and learn the next evidence-backed technical topic from AgentPack memory.
Package current work for another real agent session.
Generate a local AgentPack context pack for Codex before editing.
Refresh AgentPack context when task, git state, or repo files changed.
Resolve all actionable PR review comments with cited fixes, validation, and replies.
Claim and resume a handoff from another real agent session.
| name | agentpack-review |
| description | Run the full AgentPack PR review flow for the current branch or PR with an optional reviewer lens. |
| license | AGPL-3.0-only |
Use when the user invokes $agentpack-review or $agentpack-review <reviewer context>.
Do not claim correctness unless relevant checks actually ran.
agentpack_pack_context(task="review current PR $ARGUMENTS")
If MCP is unavailable, run:
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.
agentpack review "$ARGUMENTS"
Use this explicit form when the PR target is known:
agentpack review --pr <number-or-url> "$ARGUMENTS"
.agentpack/review.prompt.md and follow it end to end.agentpack review starts a fresh run under .agentpack/reviews/<branch-or-pr>/<run_id>/ and refreshes the stable alias files in .agentpack/..agentpack/review-understanding.template.toon and writes the compatible run-scoped understanding TOON at the output path declared by agentpack review.agentpack review --check; do not start Judge unless Anchor validates..agentpack/review-findings.template.toon, and write the candidate findings TOON at the declared run-scoped path.agentpack review --check; Critic must read the canonical Anchor and Judge handoffs, start from .agentpack/review-critique.template.toon, and write exactly one accept, reject, or downgrade decision for every Judge finding at the declared path.agentpack review --check to validate Critic and generate approved-findings.toon. --dry-run-post and --post-inline-comments consume only that approved artifact. Actor is publish-only: it never edits or pushes a PR branch. Do not produce a final review summary unless Critic validates and any intended PR-bound inline post succeeds.agentpack review --check; AgentPack canonicalizes schema-valid output to TOON and writes a repair guide for invalid output.agentpack review --resume <run_id>.gh pr view, git diff, and direct code reads as source of truth.$ARGUMENTS only as a prioritization lens. It must not replace code evidence.