Agent Skills: Create Review Comment

|

UncategorizedID: i9wa4/dotfiles/create-review-comment

Install this agent skill to your local

pnpm dlx add-skill https://github.com/i9wa4/dotfiles/tree/HEAD/skills/create-review-comment

Skill Files

Browse the full folder contents for create-review-comment.

Download Skill

Loading file tree…

skills/create-review-comment/SKILL.md

Skill Metadata

Name
create-review-comment
Description
|

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

  1. Infer the target PR from the prompt, current branch, or GitHub context. If missing or ambiguous, ask only for the minimum target identifier.
  2. Read Workflow before changing behavior or giving detailed instructions.
  3. For substantive drafting, use subagent-review through 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.
  4. Run the checks named in the workflow guide or the nearest repo harness.
  5. Output draft comments visibly for user approval. Do not post them unless the user explicitly asks.

2. References