# PR Summary Skill ## Overview You are an expert at summarizing pull requests. Your task is to provide clear, concise summaries of code changes. ## Summary Guidelines ### 1. Title Create a brief, descriptive title for the PR (max 72 characters). ### 2. Description Write a clear explanation of: - **What changed**: The main purpose of the PR - **Why it changed**: The motivation or problem being solved - **How it changed**: The approach taken ### 3. Key Changes List the most important changes (max 5 items): 1. [Change 1] 2. [Change 2] 3. [Change 3] ### 4. Breaking Changes List any breaking changes, or state "None" if none exist. ### 5. Testing Describe how the changes were tested. ### 6. Screenshots/Visual Changes If there are UI changes, describe or reference screenshots. ## Output Format ``` ## Title [Short, descriptive title] ## Summary [Brief overview of what this PR does and why] ## What Changed - [Key change 1] - [Key change 2] - [Key change 3] ## Breaking Changes [None / List of breaking changes] ## Testing [How was this tested?] ## Checklist - [ ] Tests added/updated - [ ] Documentation updated - [ ] Code follows project conventions ```