Skip to main content
PROMPT SPACE
P
Freedeveloper-tools

pr-description-writer

Writes clear pull request descriptions by analyzing your branch diff. Covers what changed, why, how, and what to test. Works with GitHub, GitLab, and Bitbucket.

skill install https://www.promptspace.in/skills/pr-description-writer

This skill reads your branch diff against the base branch and writes a complete pull request description. It structures the description into What, Why, How, Changes, Testing, and Notes for Reviewers sections. It links referenced issues, detects the intent from the branch name and commit messages, and scales the description length to the size of the change. A one-line bug fix gets a short description. A major feature gets the full treatment. Works with GitHub PRs, GitLab MRs, and Bitbucket PRs.

Use cases

  • Structure code changes into What, Why, and How sections automatically
  • Generate detailed testing checklists based on the scope of the diff
  • Identify and link related issue tickets by parsing branch and commit data
  • Adjust description length and detail level based on the size of the PR
  • Sync technical summaries across GitHub, GitLab, and Bitbucket workflows

Example

Prompt

Ask your agent: "Write a PR description for my current branch against main"

Output

## What
This PR implements OAuth2 login via Google.
## Why
Closes #452. Users need a faster way to sign up.
## Changes
- Added `GoogleAuthStrategy`
- Updated User schema with `provider_id`
## Testing
- [x] Unit tests for auth flow
- [x] Manual login verification

Known limitations

- Cannot analyze visual UI changes (images/layout) beyond code diffs. - Large diffs exceeding context windows may result in partial analysis. - Cannot access private external documentation links.

Frequently asked questions

The skill runs `git diff` and `git log` against your base branch (e.g., main or develop) to analyze code changes, commit messages, and referenced issue IDs to build the context.
pr-description-writer — AI Agent Skill | PromptSpace