Skill: Pull Request Workflow
When to Use
Use this skill when preparing changes for review, responding to feedback, and finalizing a PR against dev.
Core Workflow
- Create a focused feature branch from
dev. - Keep changes scoped to one concern and update tests for behavior changes.
- Run targeted checks before requesting review.
- Write a concise commit message that states what changed.
- Prepare a clear PR description with context, test evidence, and risk notes.
- Address reviewer comments with concrete follow-up commits.
Guardrails
- Follow
.github/instructions/git-commit.instructions.mdfor commit quality. - Keep diffs small and avoid unrelated refactors.
- Do not amend shared history unless explicitly requested.
Supporting Artifacts
- Workflow playbooks:
references/ - Reusable templates:
assets/ - Example review scenarios:
tests/