com um clique
git-helper
A skill for automating common Git operations with safety checks
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
A skill for automating common Git operations with safety checks
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
Run user-created frontend/backend/WebSocket services and expose them through Cloudflare by default when the user asks to start, deploy, preview, share, or make the service accessible. Local-only is allowed only when explicitly requested.
Search, install, and remove Agent Skills from skills.sh or confirmed skill GitHub sources
Use when working with spoon-bot's built-in EVM wallet, checking balances, transferring EVM assets, signing messages or transactions, rotating/exporting keys, or supporting skills that expect the legacy ~/.agent-wallet layout.
Use when creating, listing, steering, cancelling, or resuming spoon-bot persistent subagents through explicit tools or API calls.
A skill for performing automated code reviews with security and best practices analysis
Export text content to various formats (PDF, Excel, Markdown, Mermaid mindmap)
| name | git_helper |
| description | A skill for automating common Git operations with safety checks |
| version | 1.0.0 |
| author | XSpoon Team |
| tags | ["git","version-control","automation"] |
| triggers | [{"type":"keyword","keywords":["git commit","commit changes","push code","create branch"],"priority":80},{"type":"pattern","patterns":["(?i)(commit|push|branch|merge|rebase)"],"priority":75}] |
| composable | true |
| persist_state | false |
A skill for automating common Git operations with safety checks.
When activated for Git operations:
Pre-commit Checks
Commit Message Format
Branch Operations
Push Safety
# Good commit message format
feat(auth): add OAuth2 support for GitHub login
- Add OAuth2 client configuration
- Implement token refresh mechanism
- Add user profile sync
Closes #123