From festival
Selects the correct commit command in a campaign workspace: `camp p commit`, `fest commit`, root `git commit`, or `camp refs-sync`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/festival:campaign-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Project submodule change: `camp p commit -m "msg"`
camp p commit -m "msg"fest commit -m "msg"git commit -m "msg"camp refs-sync [submodule...]git commit in submodules when campaign tooling is available.--no-verify without clear justification.npx claudepluginhub obedience-corp/festival --plugin festivalManages campaign submodule projects: commits inside `projects/*`, scope-safe status/pull/push, and worktree add/list/remove.
Creates git commits with repo detection, pre-commit checks, submodule support, and conventional messages. Activates on /commit or git commit requests.
Manages Git commit workflow using Conventional Commits format with safety protocols. Creates, validates, executes commits; handles hooks, PRs, and safety checks before operations.