describe-pr

Solid

Generate a comprehensive pull request description following the repository's standard template. Use when the user wants to create or update a PR description.

AI & Automation 30 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Generate PR Description !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config context --skill describe-pr --fail-safe` **PRs directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path prs --fail-safe` **Tmp directory**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config path tmp --fail-safe` **IMPORTANT**: Wherever `{prs directory}` or `{tmp directory}` appears in the instructions below, substitute the actual resolved path shown above. **PR description template**: !`${CLAUDE_PLUGIN_ROOT}/bin/accelerator config template pr-description --fail-safe` You are tasked with generating a comprehensive pull request description following the repository's standard template. ## Steps to follow: ### Step 1: Use the PR description template - The template is shown above under "PR description template" - Read the template carefully to understand all sections and requirements ### Step 2: Identify the PR to describe - Check if the current branch has an associated PR: `gh pr view --json url,number,title,state 2>/dev/null` - If no PR exists for the current branch, or if on main/master, list open PRs: `gh pr list --limit 10 --json number,title,headRefName,author` - Ask the user which PR they want to describe ### Step 3: Check for existing description - Check if `{prs directory}/{number}-description.md` already exists - If it exists, read it and inform the user you'll be updating it - Consider what has changed since the last description was written ### Step 4: Gather comprehensive PR...

Details

Author
atomicinnovation
Repository
atomicinnovation/accelerator
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category