# Clear the design review list from a critique, one comment per ticket

The list of corrections from a design critique, worked one comment at a time with a capture each.

Category: Design system and UI
Source: https://letsship.ai/use-cases/clear-the-design-review-list
Published: 2026-08-25

## Goal

Fix one design review comment and capture the result.

## Acceptance criteria

- The specific comment is addressed rather than approximated
- A before and after capture is attached
- The fix uses existing tokens and components
- The comment is resolved in the review thread

## What lands as proof

A paired before and after capture, which lets the reviewer close the comment without reopening the branch.

## Prompt

Copy this to an agent to open the ticket:

```text
Create a Linear issue in my team and assign it to the SHIP agent.

Title: Fix design review comment: {comment}

Description: Fix one design review comment and capture the result.

Acceptance criteria:
- The specific comment is addressed rather than approximated
- A before and after capture is attached
- The fix uses existing tokens and components
- The comment is resolved in the review thread

Before you create the issue, take the open design review comments on this repository and replace {comment} with one of them, quoted.
```

## Questions

### What does the agent actually change?

The ticket is scoped to one outcome: fix one design review comment and capture the result. Work that serves that outcome is in scope, and anything outside it is left for a separate ticket, so the pull request stays reviewable.

### How do I know the work is done?

The pull request carries the evidence, not only the diff. Here that means before and after capture for each comment, so a reviewer can confirm the result without reproducing the work locally.

### How much oversight does this need?

None is required before the run starts. Every claim this ticket makes can be checked by machine, so the agent works straight through and a person reviews the finished pull request like any other.
