Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A structured workflow for reviewing task-linked PRs, from reading the task context and checking the diff to post-merge cleanup and agent handoff. It standardizes the decision between merge and change request, then handles Trello card updates, branch deletion, and outcome notification in a fixed sequence.
Combines code review, task tracking, and inter-agent handoff into one ordered sequence so reviewer actions and downstream agent state stay in sync.
When to use it
- Reviewing a programmer agent PR against its task acceptance criteria
- Deciding merge vs change request on a task branch
- Moving a Trello card to Done after a successful merge
- Deleting task branches and keeping main clean post-merge
- Sending a merge or CR-sent outcome back to a programmer agent
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Review PR #42 linked to Trello task TASK-15
- 1Reads PR description and opens linked Trello task to confirm expected behavior and acceptance criteria
- 2Reviews diff file-by-file against REVIEW_CHECKLIST.md, flagging logic flaws, missing validation, and edge cases
- 3Checks out the branch and runs tests, lint, and build commands locally
- 4Approves and merges PR, moves Trello card to Done, deletes the task branch
- 5Sends 'merged' outcome message to the programmer agent to unblock the next task
PR merged, Trello card in Done, task branch deleted, handoff message sent
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.