Verify Agent Report banner
s977043 s977043

Verify Agent Report

Git community

Description

--- description: background 実装エージェントの完了報告 (branch / PR / commit / ファイル) が実在するか親側で検証する argument-hint: '<branch name> [PR number] [commit SHA] [key files]' allowed-tools: Bash(git ls-remote:*), Bash(git fetch:*), Bash(git log:*), Bash(git show:*), Bash(git worktree:*), Bash(gh pr view:*), Bash(gh api:*), Bash(ls:*), Bash(npm test:*), Bash(npm run:*) --- エージェント完了報告の検証: 「$ARGUMENTS」で報告された branch / PR / commit / ファイルが実在するか、親セッション側のコマンド実行で裏取りする。 このスキルは background 実装エージェントの完了報告を受け取った直後、その成果を merge・レビ

Installation

Installs to ~/.claude/commands/s977043-river-review-verify-agent-report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/s977043/river-review/HEAD/.claude/commands/verify-agent-report.md -o ~/.claude/commands/s977043-river-review-verify-agent-report.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository