$npx -y skills add Archive228/loopkit --skill pr-from-diffWrite a PR description a reviewer can approve fast. Use when opening any pull request.
| 1 | # PR from Diff |
| 2 | A reviewer should understand the change without reading every line. Structure: |
| 3 | - **What & why** — the problem and the approach, 2-3 sentences. |
| 4 | - **Changes** — bullet the meaningful ones (skip noise like formatting). |
| 5 | - **How to verify** — the exact steps/commands the reviewer runs to confirm it works. |
| 6 | - **Risks / out of scope** — what could break, what you deliberately didn't do. |
| 7 | - **Screenshots** for UI. |
| 8 | Flag any decision the reviewer should weigh in on. Keep the PR small — if the diff is huge, say what could be split out. No "fixes stuff". |