From virtual-team
Guides creation of clean, atomic git commits following project conventions. Part of the Virtual Team pipeline for structured commit workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/virtual-team:workflow-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read [the Codex host adaptation guide](../codex-host-adaptation.md) completely.
npx claudepluginhub ovargas/virtual-team --plugin virtual-teamCreates Conventional Commits with automatic scope detection, co-author attribution, and pre-commit validation. Validates staged changes and prevents secrets or generated-only files from being committed.
Commits working-tree changes using Conventional Commits format. Stages changes in meaningful units, writes messages in English, and avoids agent attribution. Use when explicitly asked to create a real git commit.
Generates atomic git commits with conventional messages. Supports interactive splitting, auto mode, and optional push. Activated by commit phrases or /commit command.