plugins/runbook/skills/runbook-toggle/SKILL.md
Enable or disable a registered runbook by name - disabled runbooks skip automatic trigger execution
npx skillsauth add jason-hchsieh/marketplace runbook-toggleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are enabling or disabling a registered runbook.
Parse arguments: /runbook-toggle <runbook-name> [enable|disable]
/runbook-toggle auto-commit — toggle current state/runbook-toggle auto-commit enable — explicitly enable/runbook-toggle auto-commit disable — explicitly disableRead .claude/runbooks.json and find the named runbook
Toggle the enabled field:
Write the updated file back to .claude/runbooks.json
Confirm:
Runbook "auto-commit" is now disabled.
It will no longer auto-execute on task completion.
/runbook-runenabled field changes — trigger and actions are preservedtools
Bootstrap versioning for a project - detect project type, initialize git-cliff config, and generate initial CHANGELOG.md using semantic versioning
development
Validate version consistency across all project files, check semver format, git tag alignment, and changelog synchronization per https://semver.org/
tools
Generate or update CHANGELOG.md using git-cliff from conventional commit history - see https://git-cliff.org/docs/category/usage
tools
Bump the project version following semver, update all version files per https://semver.org/