agenterminal-code-review
Installation
SKILL.md
Agenterminal Code Review (Requester)
Use this workflow when you want to submit code changes for review through the AgenTerminal review system.
1. Submit a review request
Call the agenterminal.request MCP tool with your change details:
agenterminal.request
type: code_review
description: <brief description of what changed and why>
ref: "main..HEAD" # ALWAYS use "main..HEAD" — never a branch name
plan_path: <path to approved plan file, if available>
issue_body: <full GitHub issue body text, if available>
auto_dispatch: true
The plan_path and issue_body fields are optional but recommended — they give the reviewer visibility into what was supposed to be built, not just what was built.