| name | source-command-pr |
| description | Create a pull request with AI-generated description |
source-command-pr
Use this skill when the user asks to run the migrated source command pr.
Command Template
Create a comprehensive pull request for the current branch.
Steps to execute:
-
Check current git status and branch name
-
Review all commits since branching from main
-
Analyze all code changes
-
Generate a comprehensive PR description including:
- Summary of changes
- Type of change (feature/bugfix/refactor/docs)
- Testing performed
- Checklist of completed items
- Note about AI assistance
-
Create the PR using: gh pr create --title "<title>" --body "<description>"
The PR description should follow this format:
Description
[Brief description of changes]
Type of Change
Testing
[Describe testing performed]
Checklist
AI Assistance
This PR was created with assistance from Codex.
Report back with the PR URL once created.