Create Review Comment
User-facing trigger for drafting Japanese GitHub PR review comments.
$create-review-comment, $create-review-comment #123, and
ai-create-review-comment for this branch all start target inference and
drafting.
Owns target inference, Japanese draft output, and the
no-post-without-approval gate. Review procedure belongs to
subagent-review; GitHub mechanics and path hygiene belong to collaboration.
In tmux-a2a-postman, orchestrator/worker only infer targets and collect PR
context before routing substantive review to guardian.
1. Workflow
- Infer the target PR from the prompt, current branch, or GitHub context. If missing or ambiguous, ask only for the minimum target identifier.
- Read Workflow before changing behavior or giving detailed instructions.
- For substantive drafting, use
subagent-reviewthrough postman: send the review package to guardian, let guardian request critic, and never launch reviewer subagents from orchestrator/worker. Do not ask the user for review mechanics. - Run the checks named in the workflow guide or the nearest repo harness.
- Output draft comments visibly for user approval. Do not post them unless the user explicitly asks.