Pr

Create well-documented pull requests with comprehensive descriptions.

PanJason Updated

File contents

Pull Request Skill

Create well-documented pull requests with comprehensive descriptions.

Usage

/pr

Behavior

  1. Analyze commits since branching from main
  2. Generate a descriptive PR title
  3. Create detailed description with:
    • Summary of changes
    • Testing instructions
    • Screenshots (if UI changes)
  4. Create PR via gh pr create

PR Template

## Summary
Brief description of changes

## Changes
- List of specific changes made

## Testing
How to test these changes

## Screenshots
(if applicable)

## Checklist
- [ ] Tests pass
- [ ] Documentation updated
- [ ] No breaking changes

Requirements

  • GitHub CLI (gh) installed and authenticated
  • On a feature branch (not main)

PanJason/Awesome_SDE_Skills/tree/main/Common/pr-drafting commit c61779b574

Frequently asked questions

npx skillmds@latest add panjason/pr