review-handoff

Generate a self-contained reviewer prompt with file paths and review criteria.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/ephes/agent-stuff --skill review-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-handoff
Source: https://github.com/ephes/agent-stuff/tree/main/codex/skills/review-handoff
Command: npx skills add https://github.com/ephes/agent-stuff --skill review-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a self-contained reviewer prompt tailored to the current worktree and user request.

Core Features & Use Cases

  • Create a client-ready second-agent review prompt specific to the current context, avoiding generic templates.
  • Load relevant context files (AGENTS.md, specs, and primary files) to ground the review.
  • Provide a reviewer output contract and structured findings to guide a high-signal review.

Quick Start

Paste the current worktree context and the user request, then prompt the tool to generate a tailored reviewer prompt.

Frequently Asked Questions about review-handoff

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

FAQPage Schema
How do I generate a code review prompt for a second agent?

To generate a code review prompt for a second agent, paste your worktree context and user request to produce a self-contained reviewer prompt with absolute file paths and explicit review criteria.

What is a self-contained second-agent reviewer prompt?

A self-contained second-agent reviewer prompt is a context-aware instruction set that loads AGENTS.md and specs to ground an AI reviewer, ensuring it evaluates code within the project's specific constraints.

How do I include project specs and AGENTS.md in an AI code review?

You can include project specs and AGENTS.md in an AI code review by loading these context files into the prompt generator, which then embeds absolute file paths and project constraints directly into the reviewer instructions.

Does the generated review prompt include a structured output format?

Yes, the generated review prompt includes a reviewer output contract and structured findings to guide a high-signal review, ensuring the second agent returns actionable and formatted feedback.

Can I use this to avoid generic code review templates?

Yes, you can use this to avoid generic code review templates because it creates a client-ready review prompt tailored specifically to your current worktree context and primary files.

What context do I need to provide for a tailored code review prompt?

You need to provide the current worktree context and the specific user request, which allows the tool to identify relevant primary files and load necessary context files to ground the prompt.