Review Actions
- Approve
- Request Changes
Click Approve to mark the task as done. The task moves to the Done column and no further agent work happens.
Feedback Loop
The revision cycle can repeat as many times as needed:Request changes with feedback
Describe what’s missing or wrong. Be specific — Claude performs better with clear instructions.
Claude iterates → Testing
The agent picks up your feedback, makes adjustments, and returns to Testing.
Revision History
Every revision is recorded. The task detail view shows:- Each round of feedback you provided
- The agent session logs for each iteration
- Token usage per revision
- Total cumulative cost
Best Practices
Be specific in feedback
Be specific in feedback
Instead of “this doesn’t work,” say “the
/api/users endpoint returns 500 when the email field is missing.”Review before approving
Review before approving
Check the git diff or terminal logs. Claude may have made changes beyond what you expected.
Use small, focused tasks
Use small, focused tasks
Large tasks with vague descriptions lead to more revision cycles. Break work into smaller pieces.