Get Feedback Wait

Blocks until the reviewer submits feedback through Monocle, then acts on it. Use when a pause has been requested or when the agent should wait for reviewer approval before continuing. Use when this capability is needed.

tomevault-io Updated

File contents

Wait for Review Feedback

Blocks until the reviewer submits feedback through Monocle.

Usage

Run monocle review get-feedback --wait to block until the reviewer submits feedback.

Handling the response

  • Read the feedback carefully and act on it — the feedback contains your reviewer's comments, issues, and suggestions about your code changes
  • Address the reviewer's comments in your code
  • If the reviewer requested changes, run monocle review get-feedback --wait again after addressing the feedback
  • Keep iterating until the reviewer approves

If the command fails with a message that Monocle is not running, let the user know they need to start Monocle with monocle in the same directory as the project.


Source: josephschmitt/monocle — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/josephschmitt--monocle--monocle commit 15976a3f8d

Frequently asked questions

npx skillmds@latest add tomevault-io/get-feedback-wait