Write Pr

🏢Official
by tldraw · vlatest · Repository

Automatically drafts clear, concise pull requests from your tldraw diagrams and linked 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 write-pr npx -- -y @trustedskills/write-pr
2

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

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

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

About This Skill

What it does

The write-pr skill allows AI agents to generate pull request descriptions based on provided commit messages. It can summarize changes, highlight key contributions, and format the description for clarity. This helps streamline the code review process by providing context for reviewers.

When to use it

  • Generating a PR description when you have a series of commits with related changes.
  • Automating the creation of initial PR descriptions before further refinement.
  • Creating consistent and well-formatted pull request descriptions across a team.
  • Quickly drafting a PR description for small, self-explanatory commits.

Key capabilities

  • Generates pull request descriptions from commit messages.
  • Summarizes changes made in the commits.
  • Formats output for readability.

Example prompts

  • "Generate a pull request description based on these commit messages: [list of commit messages]"
  • "Write a PR description summarizing the following changes: [commit message]"
  • “Create a pull request description from this commit history.”

Tips & gotchas

The quality of the generated description depends heavily on the clarity and detail in the provided commit messages. Ensure your commit messages are well-written to get the best 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
tldraw
Installs
0

🏢 Official

Published by the company or team that built the technology.