Create Pr

Generate pull request descriptions, changelogs, and PR templates from git changes

chainlesschain 6fc305f 2 files · 10.9 KB Updated

File contents

Create PR Skill

Generate pull request content from git changes, including titles, descriptions, and changelogs.

Usage

/create-pr [mode] [branch name or description]

Modes

  • create (default) - Generate PR title and description from current changes
  • draft - Create a draft PR outline
  • template - Generate a reusable PR template
  • changelog - Generate changelog entries from commits

Examples

/create-pr create
/create-pr create feature/user-auth
/create-pr draft Add caching to API endpoints
/create-pr template
/create-pr changelog v1.1.0..v1.2.0

Output

PR title, structured description with summary, changes, testing notes, and optional changelog.

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/create-pr commit 6fc305fd68

Frequently asked questions

npx skillmds@latest add chainlesschain/create-pr