# Send Self Review 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "self-review",
    "name": "Self Review",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/leic8959-sudo/self-review",
    "canonicalUrl": "https://clawhub.ai/leic8959-sudo/self-review",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/self-review",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-review",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "index.js",
      "README.md",
      "skill.json",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "self-review",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:19:15.147Z",
      "expiresAt": "2026-05-06T12:19:15.147Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-review",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-review",
        "contentDisposition": "attachment; filename=\"self-review-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "self-review"
      },
      "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/self-review"
    },
    "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/self-review",
    "downloadUrl": "https://openagent3.xyz/downloads/self-review",
    "agentUrl": "https://openagent3.xyz/skills/self-review/agent",
    "manifestUrl": "https://openagent3.xyz/skills/self-review/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/self-review/agent.md"
  }
}
```
## Documentation

### Self-Review Skill

Automatically review agent output quality before sending to user.

Checks: clarity, conciseness, actionability, structure
Simple rule-based engine (no API cost)
Exit code 0 = approved, 1 = needs improvement

### Usage

Pipe output to reviewer:

echo "Your response text" | node skills/self-review/index.js

Or integrate into agent pipeline (AGENTS.md step 6).

### Configuration

Edit skills/self-review/index.js to adjust thresholds.

### Advanced

For LLM-based review, see self-review-llm skill (separate package).

Author: dvinci达芬奇 (self-evolved)
Version: 1.0.0
Tags: quality, automation, token-optimization
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: leic8959-sudo
- Version: 1.0.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-04-29T12:19:15.147Z
- Expires at: 2026-05-06T12:19:15.147Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/self-review)
- [Send to Agent page](https://openagent3.xyz/skills/self-review/agent)
- [JSON manifest](https://openagent3.xyz/skills/self-review/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/self-review/agent.md)
- [Download page](https://openagent3.xyz/downloads/self-review)