com um clique
pr
Push branch and create a pull request with auto-generated description
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Push branch and create a pull request with auto-generated description
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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