Install
openclaw skills install @wxt-ai/request-review-routing-deskSelect reviewer groups and register request review records.
openclaw skills install @wxt-ai/request-review-routing-deskUse this skill for routine request governance work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for request governance work:
select_reviewer_group tool, producing reviewer_group.record_reviewer_group tool, using the prepared reviewer_group and producing recorded_group.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Select a reviewer group.
Tool: select_reviewer_group
Interface fields: input review_request; output reviewer_group.
Use this skill for routine request governance work when the user asks to select a reviewer group.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: review_request
Procurement request, access brief, or governance handoff.
Accepted value: object with request_category, risk_level.
Field: reviewer_group
Return a concise reviewer group for the user's current request in the requested output field. The returned value is a string.
Use the supplied review_request to select a reviewer group.
Return the result in reviewer_group.
Purpose: Register a request reviewer group.
Tool: record_reviewer_group
Interface fields: input reviewer_group; output recorded_group.
Use this skill for routine request governance work when the user asks to register a request reviewer group.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: reviewer_group
Reviewer group selected for the request handoff.
Accepted value: string.
Field: recorded_group
Return a concise recorded group for the user's current request in the requested
output field. The returned value is a object with review_request_id, reviewer_group, queue_name, due_hours.
Use the supplied reviewer_group to register a request reviewer group.
Return the result in recorded_group.