From Flow
Stage and create git commits after showing a commit plan, with no AI attribution. Explicit-only; run only when the user invokes /commit or asks to commit, never autonomously.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flow:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are tasked with creating git commits for the changes made during this session.
You are tasked with creating git commits for the changes made during this session.
Think about what changed:
git status to see current changesgit diff to understand the modificationsPlan your commit(s):
Present your plan to the user:
Execute upon confirmation:
git add with specific files (never use -A or .)git log --oneline -n [number]git status and git diff to understand changes, not just conversation historynpx claudepluginhub corticalstack/flow --plugin flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.