name: create-pr description: Use when preparing an AtomUI pull request summary from local git changes, including the change overview, validation performed, risks, and reviewer notes.
Create PR
Use this skill to prepare a pull request description for AtomUI changes.
Workflow
- Inspect
git status --shortto understand changed files. - Inspect staged and unstaged diffs as appropriate for the user's request.
- Read nearby code when the diff alone does not explain behavior or risk.
- Summarize the PR around behavior, not file churn.
- Include validation that was actually run. If no validation was run, say so directly.
- Call out risks, migration notes, or reviewer focus areas when relevant.
PR Template
## Summary
-
## Validation
-
## Notes
-
Drop sections that are not useful for the specific PR.