review-offered-task

Solid

Review a task that has been offered to you and decide whether to accept or reject it

Code & Development 483 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
86
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Review Offered Task You have been offered a task. Your job is to review it and decide whether to accept or reject it based on your capabilities and current workload. ## Workflow 1. **Get task details**: Call the `get-task-details` tool with the provided `taskId` to understand what the task involves. 2. **Evaluate the task**: Consider: - Does this task match your capabilities? - Do you have the necessary context or access to complete it? - Is the task description clear enough to proceed? 3. **Make a decision**: - **Accept**: If you can complete this task, call `task-action` with `action: "accept"` and `taskId: "<taskId>"`. Then immediately use `/skill:work-on-task <taskId>` to start working on it. - **Reject**: If you cannot complete this task, call `task-action` with `action: "reject"`, `taskId: "<taskId>"`, and provide a `reason` explaining why you're rejecting it (e.g., "Task requires Python expertise which I don't have", "Task description is too vague"). ## Example Accept Flow ``` 1. get-task-details taskId="abc-123" 2. [Review the task details] 3. task-action action="accept" taskId="abc-123" 4. /skill:work-on-task abc-123 ``` ## Example Reject Flow ``` 1. get-task-details taskId="abc-123" 2. [Review the task details] 3. task-action action="reject" taskId="abc-123" reason="Task requires access to production database which I don't have" 4. Reply "DONE" to end the session ``` ## Important Notes - Always provide a clear reason when rejecting a task...

Details

Author
desplega-ai
Repository
desplega-ai/agent-swarm
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category