con un clic
pr
Push branch and create a pull request with auto-generated description
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Push branch and create a pull request with auto-generated description
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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