mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
10 lines
590 B
Markdown
10 lines
590 B
Markdown
# Verbs available to your role (pr_reviewer)
|
|||
|
|
|
||
|
|
These are the only verbs the gateway will accept from you. Calling any
|
||
|
|
other verb will be rejected with a Decision telling you the right one.
|
||
|
|
|
||
|
|
- **claim_pr_review**: Claim an inbound external-PR review task and start work. pending -> claimed -> in_progress.
|
||
|
|
- **give_me_work**: Return your most-actionable task or signal idle.
|
||
|
|
- **i_am_idle**: Signal you have no active work. PMs auto-pause owned in_progress tasks.
|
||
|
|
- **post_pr_review**: Post one complete change-request to the external PR and finish the review task. in_progress -> completed.
|