Commit staged changes with auto-generated Conventional Commits messages. Use when committing changes, finishing work in submodules, or creating structured commit messages.
From git-workflownpx claudepluginhub shdennlin/agent-plugins --plugin git-workflowThis skill uses the workspace's default tool permissions.
commit-agent.mdDesigns 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.
Commit staged changes with auto-generated Conventional Commits messages. Works in single repos and superprojects with submodules.
$commit # Commit staged changes
$commit -s auth-flow # With spec reference
$commit -i "PROJ-123" # With issue reference
$commit -s auth-flow -i "#123" # With both references
$commit --dry-run # Preview without committing
| Flag | Description |
|---|---|
-s, --spec <name> | Spec name for commit message |
-i, --issue <id> | Issue ID for commit message |
--dry-run | Show planned commits without executing |
--no-confirm | Show proposal and ask for confirmation (default: auto-confirm) |
commit-agent.md (in this skill directory)--dry-run)Use the companion commit-agent.md in this directory as the agent prompt. Provide it with: