with one click
pr
Push branch and create a pull request with auto-generated description
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Push branch and create a pull request with auto-generated description
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a new React component with Mantine styling
Update documentation after implementing features or making changes
Run a quick architecture review via architect-reviewer agent
Generate mobile-specific React components with platform detection and safe areas
Run a quick security audit on recent changes or specific files
Generate a test file for a component, hook, or utility
| name | pr |
| description | Push branch and create a pull request with auto-generated description |
Pushes the current branch and creates a pull request with a well-formatted description.
git branch --show-current
If on main, inform user to create a feature branch first.
git push -u origin HEAD
git log origin/main..HEAD --oneline
Generate PR title and description from commits.
Create the PR:
gh pr create --title "<title>" --body "<body>"
## Summary
<Brief description of what this PR does>
## Changes
- <Bullet points from commits>
## Testing
<How this was tested>
---
🤖 Generated with Claude Code
gh) must be installed and authenticatedCreated pull request: https://github.com/skeletor-js/skelenote/pull/42
Title: feat: add task priority filtering