com um clique
git-create-pr
Create and push PR with auto-generated title and 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
Create and push PR with auto-generated title and 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
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.
| 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