Generate comprehensive pull request descriptions with context, changes, and testing notes.
--- name: git-pr-description description: Generate comprehensive PR descriptions version: 1.1.0 --- # Pull Request Description Generator Create detailed, well-structured PR descriptions from your commits and changes. ## PR Template ```markdown ## Summary Brief description of changes ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Changes Made - Change 1 - Change 2 ## How to Test 1. Step 1 2. Step 2 ## Screenshots (if applicable) ## Related Issues Closes #123 ## Checklist - [ ] Tests added/updated - [ ] Documentation updated - [ ] No breaking changes ``` ## Usage Run after creating your branch with commits. The skill will analyze: - Commit messages - Changed files - Diff summary And generate a comprehensive PR description.
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install git-pr-description by following these steps.
.cursor/skills/ or .codex/skills/ directory