Stats
Actions
Tags
From claude-only-commit-workflow-plugin
Use when the user wants to commit changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-only-commit-workflow-plugin:commit-with-workflowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Spawn the following **5 subagents in parallel**:
Spawn the following 5 subagents in parallel:
| Agent name | Perspective |
|---|---|
review-security | Security |
review-performance | Performance |
review-readability | Readability |
review-maintainability | Maintainability |
review-testing | Testing |
If any agent reports issues: Report all issues to the user and stop.
If all agents respond LGTM: Invoke the /commit skill to proceed with grouping, message generation, and committing.
npx claudepluginhub flupinochan/claude-only-commit-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.