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
- Bug fix
- New feature
- Breaking change
- Documentation update
Testing
[Describe testing performed]
Checklist
- Code follows style guidelines
- Self-review completed
- Commented complex code
- Updated documentation
- Added tests
- Tests pass
- No new warnings
AI Assistance
This PR was created with assistance from Codex.
Report back with the PR URL once created.