Generate Pr Description

🌐Community
by lichens-innovation · vlatest · Repository

Automatically crafts clear, concise pull request descriptions summarizing code changes and their purpose.

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 generate-pr-description npx -- -y @trustedskills/generate-pr-description
2

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

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

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

About This Skill

What it does

This skill generates descriptions for pull requests (PRs). It takes a list of changes and automatically crafts a concise summary suitable for inclusion in a PR. The generated description can be used to clearly communicate the purpose and scope of code modifications to reviewers.

When to use it

  • When you need to quickly create a PR description without manually writing one.
  • For projects with frequent small changes where detailed descriptions are time-consuming.
  • To ensure consistency in PR descriptions across a development team.
  • When automating the creation of pull request documentation.

Key capabilities

  • Generates concise PR descriptions.
  • Accepts a list of code changes as input.
  • Suitable for various project types and sizes.

Example prompts

  • "Generate a PR description from these changes: [list of changes]"
  • "Create a pull request summary based on the following modifications: [list of changes]"
  • “Write a short description for this PR: [list of changes]”

Tips & gotchas

The quality of the generated description depends heavily on the clarity and detail provided in the input list of changes. Ensure the change list is well-formatted and descriptive for optimal results.

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
lichens-innovation
Installs
14

🌐 Community

Passed automated security scans.