Describe Pr

🌐Community
by parcadei · vlatest · Repository

This skill generates a concise PR description based on a commit message, streamlining communication and ensuring updates are clearly explained.

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

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

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

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

About This Skill

What it does

This skill, describe-pr, allows an AI agent to process and understand pull request descriptions. It can extract key information such as the purpose of the changes, related issues, and any specific instructions for reviewers. The agent can then use this understanding to summarize the PR or answer questions about its contents.

When to use it

  • Code Review Assistance: Help a reviewer quickly grasp the context and intent behind a pull request before diving into the code.
  • Automated Summarization: Generate concise summaries of pull requests for team updates or documentation purposes.
  • Issue Tracking Integration: Automatically link pull request descriptions to relevant issues in your project's issue tracker.
  • Onboarding New Team Members: Quickly familiarize new developers with ongoing work by providing clear and structured PR descriptions.

Key capabilities

  • Pull Request Description Parsing
  • Information Extraction (purpose, related issues, instructions)
  • Summary Generation

Example prompts

  • "Summarize the changes in this pull request: [PR URL]"
  • "What is the purpose of this pull request? [PR URL]"
  • "List any related issues mentioned in this pull request description: [PR URL]"

Tips & gotchas

The quality of the extracted information depends heavily on the clarity and detail provided within the pull request description. Ensure PR descriptions are well-written and comprehensive 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
parcadei
Installs
0

🌐 Community

Passed automated security scans.