agenterminal-code-review

Submit code-review requests via agenterminal.request and track approval.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paulyokota/FeedForward --skill agenterminal-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agenterminal-code-review
Source: https://github.com/paulyokota/FeedForward/tree/main/.claude/skills/agenterminal-code-review
Command: npx skills add https://github.com/paulyokota/FeedForward --skill agenterminal-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the end-to-end code-review workflow by submitting requests, awaiting user acceptance, and participating in the review conversation until approval.

Core Features & Use Cases

  • Submit a code review request via agenterminal.request
  • Wait for acceptance or auto-dispatch (up to 5 minutes)
  • Participate in the review conversation until REVIEW_APPROVED
  • Handle re-reviews by creating a new request with the same conversation_id

Quick Start

Submit a code-review request for your changes using agenterminal.request with type: code_review and then follow the prompts to await reviewer approval.

Frequently Asked Questions about agenterminal-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an end-to-end code review workflow?

Automate code review by submitting a request with type code_review through agenterminal.request. The system tracks acceptance, participates in the conversation, and handles multiple rounds until review approval.

What fields are required to submit a code review request via agenterminal.request?

A code review request requires the type field set to code_review, along with description, ref (main..HEAD), plan_path, issue_body, and auto_dispatch to control reviewer routing and synchronous results.

How does auto_dispatch control synchronous results in a code review?

Auto_dispatch controls reviewer routing and synchronous results in code review by automatically dispatching the request. The system waits up to five minutes for acceptance before proceeding with the review conversation.

How do I handle re-reviews after making code changes?

Handle code re-reviews by creating a new agenterminal.request with the same conversation_id. This continues the existing review thread until the reviewer provides feedback and final approval.

Can I use AgenTerminal for collaborative software development with multiple review rounds?

AgenTerminal coordinates collaborative code reviews by engaging a reviewer, collecting feedback, and completing multiple review rounds. It participates in the conversation until REVIEW_APPROVED is received.

What happens if a reviewer does not accept my code review request within five minutes?

If reviewer acceptance is not received within five minutes, the code review request awaits manual intervention. The workflow tracks acceptance and auto-dispatch to ensure proper routing before proceeding.