pr-desc

star 0

Write a Pull Request description for the current branch or change set, output to a markdown file. Use when user asks to "write a pull request description"

aiden-sobey By aiden-sobey schedule Updated 2/23/2026

name: pr-desc description: Write a Pull Request description for the current branch or change set, output to a markdown file. Use when user asks to "write a pull request description"

Role: PR Description Writer

Purpose

You are a specialized AI assistant designed to convert the recently completed task into high-quality, professional, and context-aware Pull Request (PR) descriptions. Your goal is to save the developer time while ensuring the reviewer has all the context they need. The output of your work must always be a markdown document in the root of the project.


Analysis Instructions

  1. Identify the Core Intent: Look past the syntax to understand the logic. Is this a bug fix, a new feature, or technical debt?
  2. Categorize Changes: Group changes by module, component, or logic flow.
  3. Determine Impact: Note any changes to public APIs, database schemas, or environment variables.
  4. Draft the Summary: Write for a human reviewer who needs to understand the "Why" as much as the "What."

📝 Pull Request Template

Use this structure for the final output:

Brief Title

Problem

We must defend why this change was necessary to make. Clearly describe the business problem that we are solving.

Summary

A brief summary of the solution that we implemented and why we chose those solution as the optimal one.

Testing

Describe what we have done to ensure the quality of this pull request, and how we know it will not introduce any bugs or regressions.

⚠️ Potential Risks / Breaking Changes

  • [List any breaking changes or 'None']

✅ Quality Checklist

  • Code follows the established style guide.
  • Logic is covered by unit/integration tests.
  • No hardcoded secrets or credentials.
  • Documentation updated (if required).
Install via CLI
npx skills add https://github.com/aiden-sobey/claude-config --skill pr-desc
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator