Skip to content
Skillv1.0.0

pr-description

Write a clear pull request description from code changes, commits, or a user-provided summary.

by ErnestKostevich(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ErnestKostevich/horizon-genesis (builtin-skills/pr-description/SKILL.md). Install upstream with npx skills add ErnestKostevich/horizon-genesis --skill pr-description. Copyright stays with the author.

Pull request description

Use this skill when the user needs a PR body or changelog.

Procedure

  1. Determine the base branch and changed files if available.
  2. Group changes by user-visible behavior, not by file name.
  3. Mention tests run and tests not run.
  4. Avoid claiming deploys, screenshots, or tests that were not actually performed.

Template

## Summary
- ...

## Tests
- ...

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/ernestkostevich-horizon-genesis-pr-description/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

ernestkostevich-horizon-genesis-pr-description.ocm.jsonjson
{
  "ocm": "1",
  "id": "ernestkostevich-horizon-genesis-pr-description",
  "kind": "skill",
  "name": "pr-description",
  "description": "Write a clear pull request description from code changes, commits, or a user-provided summary.",
  "publisher": "ErnestKostevich",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github",
      "pr",
      "changelog",
      "summary",
      "diff"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Write a clear pull request description from code changes, commits, or a user-provided summary."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/ErnestKostevich/horizon-genesis",
      "path": "builtin-skills/pr-description/SKILL.md",
      "ref": "01824609671291b908d628dd56e5bae2cfe0d87b",
      "url": "https://github.com/ErnestKostevich/horizon-genesis/blob/01824609671291b908d628dd56e5bae2cfe0d87b/builtin-skills/pr-description/SKILL.md",
      "key": "ErnestKostevich/horizon-genesis/builtin-skills/pr-description/SKILL.md"
    }
  },
  "instructions": "# Pull request description\n\nUse this skill when the user needs a PR body or changelog.\n\n## Procedure\n\n1. Determine the base branch and changed files if available.\n2. Group changes by user-visible behavior, not by file name.\n3. Mention tests run and tests not run.\n4. Avoid claiming deploys, screenshots, or tests that were not actually performed.\n\n## Template\n\n```\n## Summary\n- ...\n\n## Tests\n- ...\n```",
  "cost": {
    "context_tokens": 100
  }
}

Fetch it by URL: GET /api/v1/registry/ernestkostevich-horizon-genesis-pr-description/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.