# Send Pull Request 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": "pull-request",
    "name": "Pull Request",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/pull-request",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/pull-request",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/pull-request",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pull-request",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "checklist.md",
      "red-flags.md",
      "repo-context.md",
      "templates.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "pull-request",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T14:15:59.290Z",
      "expiresAt": "2026-05-14T14:15:59.290Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pull-request",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pull-request",
        "contentDisposition": "attachment; filename=\"pull-request-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pull-request"
      },
      "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/pull-request"
    },
    "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/pull-request",
    "downloadUrl": "https://openagent3.xyz/downloads/pull-request",
    "agentUrl": "https://openagent3.xyz/skills/pull-request/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pull-request/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pull-request/agent.md"
  }
}
```
## Documentation

### When to Use

Before creating or suggesting a pull request to ANY repository. Acts as a quality filter to prevent wasting maintainer time and embarrassing the contributor.

### Quick Reference

DomainFilePre-submission checklistchecklist.mdRed flags to avoidred-flags.mdRepository context gatheringrepo-context.mdPR description templatestemplates.md

### Critical Rules

Read CONTRIBUTING.md first — Adapt to project's workflow, not a fixed pattern
Issue policy depends on scope — Small fixes may PR directly; features need discussion first
Disclose AI involvement — Mark AI-assisted PRs in title/description
Run checks if possible — If you can't run tests, say so explicitly
Match existing style — Check for .editorconfig, prettier, eslint configs
Small and focused — One logical change per PR
No secrets ever — Use <PLACEHOLDER> syntax

### Issue Policy (Contextual)

NOT all projects require issues first. Check CONTRIBUTING.md, then:

Change TypeDefault ActionTypo, small bug fixPR directly (unless CONTRIBUTING.md says otherwise)New featureOpen Discussion/Issue first, wait for approvalArchitecture changeRFC or Discussion requiredWhen in doubtAsk in issue before coding

### AI-Assisted PRs

If this PR was created with AI assistance:

Mark it — Add [AI-assisted] to PR title or note in description
Testing level — State: untested / lightly tested / fully tested
Include context — Prompts or session logs if available and helpful
Confirm understanding — "I have reviewed this code and understand what it does"
Human accountable — Link to the human directing the contribution

### Rate Limiting (Avoid Spam)

MAX 1 open PR per repo at a time
Wait 24h between PRs to same repo
If 2 PRs rejected consecutively → STOP and escalate to human
Check repo's PR velocity first (don't flood low-activity projects)

### Abandonment Prevention

MUST respond to review feedback within 48h
If unable to address feedback, close with: "I cannot continue; @human please take over or close"
Never leave PRs to rot

### Scope Boundaries — STOP and Discuss First If:

Change touches >5 files OR >200 lines
Change modifies public API
Change involves security, auth, or crypto
Change is in governance, licensing, or CoC
Maintainer requested discussion in issue
You're unsure if this aligns with project philosophy

### Human Escalation Required

Escalate to human when:

Reviewer asks clarifying questions about design intent
CI fails in non-obvious way
Any pushback beyond "fix this typo"
Reviewer seems confused or frustrated
You can't run the test suite locally
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.1
## 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-07T14:15:59.290Z
- Expires at: 2026-05-14T14:15:59.290Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/pull-request)
- [Send to Agent page](https://openagent3.xyz/skills/pull-request/agent)
- [JSON manifest](https://openagent3.xyz/skills/pull-request/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/pull-request/agent.md)
- [Download page](https://openagent3.xyz/downloads/pull-request)