ReviseMy Try with your agent

Board

Track every mark from open to verified

The owner board is your checklist across passes: agents resolve with notes and after shots; you verify when it actually looks right — then approve or open the next pass.

ReviseMy board — marks moving from open to resolved to verified across a review pass

The problem

Marks get lost in chat threads. “Fixed?” and “looks right?” blur together. Without a shared status board, agents claim done and humans re-explain the same pixel notes on every pass.

How ReviseMy fits

  1. 1

    Mark regions on the review with must-fix, nice to have, question, or keep.

  2. 2

    resolve_marks lets the agent move a mark to in progress or resolved — with a note and optional after image.

  3. 3

    You verify (or reopen) on the board. Agents never verify for you.

  4. 4

    create_review with parent_id opens the next pass after you request changes.

What the board does

Four clear columns

Open, in progress, resolved, and verified — so “agent is working,” “agent says done,” and “human signed off” never look the same.

Before / after on the mark

Agents can attach evidence when they resolve. You verify against the pixels, not a chat summary.

Scannable across passes

Marks group by pass and shot so multi-shot, multi-pass reviews stay readable instead of a flat dump.

Owner-only board

The board is an owner tool on the secret review token. Guests leave suggestions on the review; they do not run the board.

How status stays honest

  • Open → in progress → resolved → verified is the lifecycle
  • Agents may set in_progress and resolved via resolve_marks — never verified
  • Only you verify or reopen; that gate keeps “looks right” human
  • Request changes when you want a new pass with fresh captures
  • Outstanding marks drive next_action until the board is clear enough to approve

FAQ

How is the board different from the review page?

The review page is where you mark on the pixels and decide approve / request changes. The board (/r/{token}/board) is the status checklist across all marks and passes — better for scanning what’s left.

Can guests use the board?

No. Guests use the guest link for suggestions on the review. The board is owner-only on the review token.

What should the agent call when a mark is fixed?

resolve_marks with the mark id, status in_progress then resolved, a note, and optional after images. You still verify on the board.

What’s a pass?

A pass is one capture set in the loop. Request changes and the agent opens pass 2+ with create_review + parent_id and new screenshots. The board keeps marks readable across those passes.

Try with your agent