Use this skill to create a PR for a completed task
Your job is to create a pull request for a completed task.
This skill receives the same arguments as other ralph-* skills:
<scopes-path> - Path to the SCOPES.yml file<task-id> - ID of the task that was just completedbase_branch)task-<id>-<slugified-title>gh pr create:
base_branchCloses #<github_issue>## Summary
<Brief description of what was implemented>
## Acceptance Criteria
- [x] Criterion 1
- [x] Criterion 2
...
Closes #<github_issue>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
IMPORTANT: When merging PRs, always use squash and merge. Never use regular merge or rebase.
gh pr merge <pr-number> --squash --delete-branch
This keeps the main branch history clean with one commit per task.
For Task 2 "Define theme constants" in Milestone 1 (base: main):
task-2-define-theme-constantstask-2-define-theme-constants → mainCloses #2gh pr merge --squash --delete-branch