Workflow Commit

Commit changes the way a sandboxed agent must — write Conventional Commit messages and, because commit signing fails inside the sandbox, hand the real commit off through a generated commit.sh script. Inside a git worktree, commit normally (unsigned) and emit a commit.sh that re-signs the range; in the main checkout, do not commit at all — emit a commit.sh containing the exact git add and git commit invocations for the user to run. Use when committing changes, creating a git commit, staging and committing work, writing or formatting a commit message, splitting changes into separate commits, or when an agent or sandbox cannot sign commits and must hand the commit off to the user. Not for pushing, opening or merging pull requests, rebasing or amending existing history, tagging releases, or non-git version control.

bitwise-media-group 5e6a93b 2 files · 6.9 KB Updated

File contents

bitwise-media-group/skills/tree/main/plugins/workflow/skills/workflow-commit commit 5e6a93b85f

Frequently asked questions

npx skillmds@latest add bitwise-media-group/workflow-commit