with one click
git-helper
A skill for automating common Git operations with safety checks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
A skill for automating common Git operations with safety checks
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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