plugins/runbook/skills/runbook-delete/SKILL.md
Delete a registered runbook by name from .claude/runbooks.json
npx skillsauth add jason-hchsieh/marketplace runbook-deleteInstall 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 removing a registered runbook from .claude/runbooks.json.
Parse arguments: /runbook-delete <runbook-name>
.claude/runbooks.json and ask which runbook to deleteRead .claude/runbooks.json and find the named runbook
Confirm with the user before deleting:
Delete runbook "auto-commit"?
Trigger: task_complete
Mode: auto
Actions:
1. git add -A
2. git commit -m "{{task_description}}"
3. git push
Remove the runbook from the JSON object
Write the updated file back to .claude/runbooks.json
Confirm deletion:
Runbook "auto-commit" deleted.
{ "runbooks": {} } rather than removing ittools
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/