con un clic
git-create-pr
Create and push PR with auto-generated title and 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ú
Create and push PR with auto-generated title and 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.
Code review & explainer master.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
Quick commit and push with minimal, clean messages
Intelligently merge branches with context-aware conflict resolution
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Basado en la clasificación ocupacional SOC
| name | git-create-pr |
| description | Create and push PR with auto-generated title and description |
Create pull request with concise, meaningful description.
git branch --show-currentgit status --shortgit log --oneline -5git rev-parse --abbrev-ref @{upstream} 2>/dev/null || echo "none"git status and current branchgit push -u origin HEADgit diff origin/main...HEAD --statgh pr create --title "..." --body "..."## Summary
• [Main change or feature]
• [Secondary changes]
• [Any fixes included]
## Type
[feat/fix/refactor/docs/chore]
- NO verbose descriptions
- NO "Generated with" signatures
- Auto-detect base branch (main/master/develop)
- Use HEREDOC for multi-line body
- If PR exists, return existing URL