| name | skill-pr |
| description | Run when the user asks for skill-pr, /pr, or to create a Todam pull request from the current branch. |
Skill PR
Create a PR to dev using Todam conventions.
Workflow
- Read
docs/conventions/pull-request.md, docs/conventions/branch.md, and .github/PULL_REQUEST_TEMPLATE.md.
- Check the current branch. If it is
dev or the default branch, stop and ask for a work branch.
- Push the branch if needed.
- Build the PR body from diff, commit log, and verified test results only.
- Use title format
[type] #issue title when an issue number is provided.
- Show the PR draft and wait for approval.
- After approval, run
gh pr create --base dev.
- Assign the PR to the author:
--assignee @me.
- Set labels to match the work context (usually the linked issue's labels). e.g. refactor work →
--label "🔨 Refactor".
Mark checklist items only when they are actually true.
Completion Response
Respond briefly after execution:
성공: <생성한 PR URL>
실패: <실패한 workflow 단계와 이유>
Success/failure is based on PR workflow completion, not Supabase insert success.