# Send Task Review Workflow to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "task-review-workflow",
    "name": "Task Review Workflow",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/anikgnr/task-review-workflow",
    "canonicalUrl": "https://clawhub.ai/anikgnr/task-review-workflow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/task-review-workflow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-review-workflow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "task-review-workflow",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T09:57:29.879Z",
      "expiresAt": "2026-05-08T09:57:29.879Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-review-workflow",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-review-workflow",
        "contentDisposition": "attachment; filename=\"task-review-workflow-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "task-review-workflow"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/task-review-workflow"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/task-review-workflow",
    "downloadUrl": "https://openagent3.xyz/downloads/task-review-workflow",
    "agentUrl": "https://openagent3.xyz/skills/task-review-workflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task-review-workflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task-review-workflow/agent.md"
  }
}
```
## Documentation

### Task Review Workflow

Follow this workflow in order for every task-linked PR.

### 1) Gather Context

Read the PR description.
Open and read the linked task before reviewing code.
Confirm expected behavior and acceptance criteria from the task context.

### 2) Review Against Standard

Use REVIEW_CHECKLIST.md as the mandatory review baseline.
Check correctness, edge cases, regressions, security, performance, and test adequacy.

### 3) Review the Diff Thoroughly

Review file-by-file.
Flag logic flaws, unsafe assumptions, missing validation, unclear naming, dead code, and side-effect risks.

### 4) Validate Locally When Possible

Check out the PR branch.
Run relevant test/lint/build commands.
Exercise changed behavior directly where practical.

### 5) Write Clear Review Feedback

Leave actionable, specific CR comments.
Separate must-fix issues from optional suggestions.

### 6) Decide Outcome

If issues remain: request changes with a concrete fix list.
If quality is acceptable: approve/merge with a short merge note.

### 7) Execute Post-Merge Steps

Move the related Trello card to Done.
Delete the task branch after merge.
Never delete the main branch.

### 8) Complete Handoff

Send the final outcome back to the programmer agent:

merged, or
CR sent, or
waiting for fixes.


Ensure the next task starts only after this outcome message.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: anikgnr
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T09:57:29.879Z
- Expires at: 2026-05-08T09:57:29.879Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/task-review-workflow)
- [Send to Agent page](https://openagent3.xyz/skills/task-review-workflow/agent)
- [JSON manifest](https://openagent3.xyz/skills/task-review-workflow/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/task-review-workflow/agent.md)
- [Download page](https://openagent3.xyz/downloads/task-review-workflow)