agenttalk-handoff

Send structured review requests and wait for responses via AgentTalk.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill agenttalk-handoff
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agenttalk-handoff
Source: https://github.com/JonusNattapong/agenttalk-mcp/tree/main/src/skills/codex/agenttalk-handoff
Command: npx skills add https://github.com/JonusNattapong/agenttalk-mcp --skill agenttalk-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of sending a structured handoff to a named agent and waiting for their reply, which is essential for code reviews and collaborative development in the AgentTalk environment.

Core Features & Use Cases

  • Structured Handoff: Send a review request with details like mission, work scope, and expected outcomes.
  • Peer-to-Peer Communication: Facilitates direct communication between agents for efficient review processes.
  • Ad-Hoc Reviews: Handles both spec-kitty WP reviews and ad-hoc cross-reviews, adapting to various review scenarios.

Quick Start

To send a review request to 'claude-rev', use the command: python -m agenttalk send --from "codex" --to "claude-rev" --kind review-request --subject "Review request for WP123" --meta mission="mission-slug" --meta wp_id="WP123" -m "Please review the changes made to WP123."

Frequently Asked Questions about agenttalk-handoff

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

FAQPage Schema
How do I automate code review handoff and wait for peer feedback?▼

Code review handoff is automated by sending a structured review request with mission and work scope details through AgentTalk, which then waits for the peer agent's reply to complete the feedback loop.

How do I send a structured review request using AgentTalk messaging?▼

Send a structured review request by executing the agenttalk send command, specifying the sender, recipient, subject, mission metadata, and message body to initiate peer-to-peer communication.

Do I need the AgentTalk environment to run code review handoffs?▼

Yes, the AgentTalk environment is required to function properly, as the handoff process relies on the AgentTalk communication bus to facilitate peer-to-peer messaging and wait for responses.

What's the best way to handle ad-hoc cross-reviews between agents?▼

Ad-hoc cross-reviews are handled by sending structured handoff messages that adapt to various review scenarios, supporting both spec-kitty work package reviews and direct peer-to-peer feedback requests.

Why is my peer-to-peer communication not working during code reviews?▼

Peer-to-peer communication fails when the AgentTalk environment is not properly configured, as the messaging system depends on the communication bus to route structured review requests and wait for replies.