Use when committing code, creating PRs, managing branches, or resolving git conflicts. Triggers on git commit, git push, git status, git diff, git stash, git revert, cherry-pick, merge conflict, pull request, PR, create PR, squash merge, conventional commit, branch, feature branch, gh pr, git log, rebase, upstream, origin, stage files, git add.
From george-setupnpx claudepluginhub george11642/george-plugins --plugin george-setupThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
type(scope): subject (max 72 chars)
- bullet body for non-trivial changes
Co-Authored-By: Claude <noreply@anthropic.com>
Types: feat, fix, chore, refactor, test, docs, perf
Scopes: use project-appropriate scopes (check project's CLAUDE.md)
main — production, always deployablefeat/description — feature branchesfix/description — bug fix branches| Task | Command |
|---|---|
| Status | git status |
| Stage specific files | git add file1 file2 (never git add . for safety) |
| Commit | git commit -m "type(scope): message" |
| Push | git push -u origin branch-name |
| Create PR | gh pr create --title "..." --body "..." |
| View PR | gh pr view [number] |
| Merge PR | gh pr merge [number] --squash |
git add . (stage specific files)--no-verify)git stash before risky operations--ours/--theirs blindly