# 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.

- Skill: `tomevault-io/get-feedback-wait` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/get-feedback-wait`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/get-feedback-wait/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/get-feedback-wait

---


# 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](https://github.com/josephschmitt/monocle) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-29 -->

