Create draft PRs with review request. Activates when creating pull requests, pushing branches for review, or submitting code changes.
Create pull requests as drafts
Apply the commit skill for all commits. Ensure all changes are committed before creating the PR.
git push -u origin <branch-name>
If there is no branch yet, create one with the pattern krobayna_....
Title rules:
<type>(<scope>): <description>Description template:
## Summary
<1-3 sentences explaining WHY this change is needed and the context>
<Optional: Trade-offs or important decisions>
## Test plan
- [ ] <How to verify the changes work>
Always use the --draft flag. No exceptions.
gh pr create --draft --assignee @me --title "<title>" --body "<description>"
Return the PR URL and branch of the PR and target branch back to the user so they can see it.
commit skill for all commit messages.PR created: <URL>
<PR_BRANCH> --> <TARGET_BRANCH>