pr-description

Installation
SKILL.md

PR Description

Workflow

  1. Collect context

    git rev-parse --abbrev-ref HEAD
    git diff main...HEAD
    git log main..HEAD --oneline
    
  2. Generate a PR title in conventional commit format (see pr-title skill if available)

  3. Find related GitHub issues from branch name, commit messages, or keyword search (see pr-issue-search skill if available)

  4. Write description -- analyze the diff to answer: (1) what is the reason for the change? (2) what is the improvement/solution?

  5. Generate a changelog entry for the PR (see pr-changelog skill if available)

Installs
1
GitHub Stars
2.9K
First Seen
Mar 14, 2026
pr-description — metamask/metamask-mobile