{
  "schemaVersion": "1.0",
  "item": {
    "slug": "pr-commit-workflow",
    "name": "PR + Commit Workflow",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/joshp123/pr-commit-workflow",
    "canonicalUrl": "https://clawhub.ai/joshp123/pr-commit-workflow",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/pr-commit-workflow",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pr-commit-workflow",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/workflow-pr.md",
      "references/workflow-commit.md",
      "references/commit-format.md",
      "references/pr-human-template.md",
      "README.md",
      "scripts/build_pr_body.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "pr-commit-workflow",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-06T20:36:14.799Z",
      "expiresAt": "2026-05-13T20:36:14.799Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pr-commit-workflow",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=pr-commit-workflow",
        "contentDisposition": "attachment; filename=\"pr-commit-workflow-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "pr-commit-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/pr-commit-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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/pr-commit-workflow",
    "agentPageUrl": "https://openagent3.xyz/skills/pr-commit-workflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pr-commit-workflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pr-commit-workflow/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Enforce a high-signal commit workflow and a human-written PR format. Keep global process rules as source of truth and make PRs reviewable by humans and agents."
      },
      {
        "title": "Workflow Decision Tree",
        "body": "If the task is about commits only, follow references/workflow-commit.md.\nIf the task involves PR creation or PR updates, follow references/workflow-pr.md."
      },
      {
        "title": "Global Rules",
        "body": "If the repo has AGENTS.md or docs/agents/PROCESS.md, read it for repo-specific rules.\nRequire user-supplied, human-written intent for every PR. Never generate or paraphrase this text.\nUse /tmp for PR body drafts and gh pr edit --body-file for updates."
      },
      {
        "title": "Commit Workflow (entry point)",
        "body": "Execute the steps in references/workflow-commit.md.\nUse the message format in references/commit-format.md."
      },
      {
        "title": "PR Workflow (entry point)",
        "body": "Execute the steps in references/workflow-pr.md.\nUse the template in references/pr-human-template.md verbatim.\nUse scripts/build_pr_body.sh to gather environment metadata if available."
      },
      {
        "title": "Resources",
        "body": "references/workflow-commit.md: commit checklist and evidence expectations.\nreferences/workflow-pr.md: PR creation/update flow, comment checks, and evidence rules.\nreferences/pr-human-template.md: human-written PR structure (must be used as-is).\nreferences/commit-format.md: commit message format and examples.\nscripts/build_pr_body.sh: environment metadata collector for PR prompt history section."
      }
    ],
    "body": "PR + Commit Workflow\nOverview\n\nEnforce a high-signal commit workflow and a human-written PR format. Keep global process rules as source of truth and make PRs reviewable by humans and agents.\n\nWorkflow Decision Tree\nIf the task is about commits only, follow references/workflow-commit.md.\nIf the task involves PR creation or PR updates, follow references/workflow-pr.md.\nGlobal Rules\nIf the repo has AGENTS.md or docs/agents/PROCESS.md, read it for repo-specific rules.\nRequire user-supplied, human-written intent for every PR. Never generate or paraphrase this text.\nUse /tmp for PR body drafts and gh pr edit --body-file for updates.\nCommit Workflow (entry point)\nExecute the steps in references/workflow-commit.md.\nUse the message format in references/commit-format.md.\nPR Workflow (entry point)\nExecute the steps in references/workflow-pr.md.\nUse the template in references/pr-human-template.md verbatim.\nUse scripts/build_pr_body.sh to gather environment metadata if available.\nResources\nreferences/workflow-commit.md: commit checklist and evidence expectations.\nreferences/workflow-pr.md: PR creation/update flow, comment checks, and evidence rules.\nreferences/pr-human-template.md: human-written PR structure (must be used as-is).\nreferences/commit-format.md: commit message format and examples.\nscripts/build_pr_body.sh: environment metadata collector for PR prompt history section."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/joshp123/pr-commit-workflow",
    "publisherUrl": "https://clawhub.ai/joshp123/pr-commit-workflow",
    "owner": "joshp123",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/pr-commit-workflow",
    "downloadUrl": "https://openagent3.xyz/downloads/pr-commit-workflow",
    "agentUrl": "https://openagent3.xyz/skills/pr-commit-workflow/agent",
    "manifestUrl": "https://openagent3.xyz/skills/pr-commit-workflow/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/pr-commit-workflow/agent.md"
  }
}