Github Pull Request Description

🌐Community
by longbridge · vlatest · Repository

Automatically generates clear, concise descriptions for GitHub pull requests based on code changes.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add github-pull-request-description npx -- -y @trustedskills/github-pull-request-description
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "github-pull-request-description": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/github-pull-request-description"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automatically generates descriptions for GitHub pull requests (PRs) based on code changes. It creates concise summaries, typically under 150 words, detailing new features, bug fixes, and improvements introduced by the PR. Crucially, if breaking API changes are present (specifically related to crates/UI), it includes a dedicated "## Breaking Changes" section with detailed explanations and code examples.

When to use it

  • When you want to quickly create clear and informative descriptions for your GitHub pull requests.
  • When introducing new features or bug fixes that require explanation for other developers.
  • When making API changes that could impact users, ensuring they understand the necessary adjustments.
  • To automatically document breaking changes in a standardized format.

Key capabilities

  • Generates PR descriptions under 150 words.
  • Identifies and summarizes code changes from the PR diff.
  • Creates a "## Breaking Changes" section when applicable.
  • Formats breaking change entries as bulleted lists with titles and code snippets illustrating old vs. new usage.
  • Uses English language for all descriptions.

Example prompts

  • “Generate a description for this pull request.”
  • “Summarize the changes in this PR for documentation purposes.”
  • "Create a PR description, highlighting any breaking API changes."

Tips & gotchas

  • The skill focuses on summarizing code changes and identifying API breaking changes. It does not handle other aspects of PR creation (e.g., assigning reviewers).
  • Breaking change descriptions are formatted with specific requirements: bullet lists, titles, and diff-based code examples.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
longbridge
Installs
72

🌐 Community

Passed automated security scans.