Create a Git commit with agent attribution for ADW workflows. Use after implementing changes to create semantically formatted commits.
Creates a semantic commit message with agent attribution for ADW workflows. Use this after implementing changes to generate properly formatted commits that track which agent performed the work.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install google-ecosystem@melodic-software<agent-name> <context>Create a semantic commit message that attributes the work to the agent.
{agent}: {type}: {description}
Components:
planner: feat: generate implementation plan for user auth
implementor: feat: add OAuth authentication with Google provider
committer: chore: update dependencies to latest versions
| Agent | Purpose |
|---|---|
planner | Generated implementation plan |
implementor | Implemented the solution |
classifier | Classified the issue type |
reviewer | Reviewed the changes |
| Type | Description |
|---|---|
feat | New feature |
fix | Bug fix |
chore | Maintenance task |
docs | Documentation changes |
refactor | Code restructuring |
test | Test additions or fixes |
{agent}: {type}: {description}Agent: $1 Changes: $ARGUMENTS