skills/pr-workflow/SKILL.md
Use when creating pull requests - PR structure, description templates, review checklist, merge strategies, branch naming
npx skillsauth add kienbui1995/magic-powers pr-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Good PRs are small, well-described, and easy to review. A PR is a communication tool, not just a code delivery mechanism.
| Size | Lines Changed | Review Time | Quality | |------|--------------|-------------|---------| | ✅ Small | <200 | 15 min | Best reviews | | ⚠️ Medium | 200-400 | 30 min | Acceptable | | ❌ Large | >400 | 60+ min | Rubber-stamp risk |
If PR is too large: split into stacked PRs (infra → logic → UI).
## What
Brief description of the change.
## Why
Link to issue/ticket. Context on why this approach.
## How
Key implementation decisions. What reviewers should focus on.
## Testing
- [ ] Unit tests added/updated
- [ ] Manual testing done
- [ ] Edge cases considered
## Screenshots
(if UI change)
feature/TICKET-123-add-user-auth
fix/TICKET-456-null-pointer-login
chore/update-dependencies
docs/api-authentication-guide
| Strategy | History | Use When | |----------|---------|----------| | Squash merge | Clean, 1 commit per PR | Default for most teams | | Merge commit | Preserves all commits | Need full history | | Rebase | Linear history | Small teams, clean commits |
| Pattern | Fix | |---------|-----| | "WIP" PRs open for days | Use draft PRs, keep them short-lived | | No description | Require PR template | | Mixing refactor + feature | Separate PRs | | Approving without reading | Use review checklist |
content-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.