plugins/runbook/skills/runbook-list/SKILL.md
List all registered runbooks with their triggers, actions, and enabled/disabled status
npx skillsauth add jason-hchsieh/marketplace runbook-listInstall 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 listing all registered runbooks from .claude/runbooks.json.
.claude/runbooks.json from the project root/runbook-register to create one."## Registered Runbooks
| Name | Trigger | Mode | Actions | Status |
|------|---------|------|---------|--------|
| auto-version-commit | task_complete | auto | [prompt] /bump, [prompt] /commit-and-push | enabled |
| deploy-staging | manual | ask | [shell] npm run build, [shell] deploy | disabled |
### auto-version-commit
- **Trigger**: task_complete (runs automatically)
- **Mode**: auto (executes without asking)
- **Status**: enabled
- **Actions**:
1. [prompt] Run /bump to update the version
2. [prompt] Run /commit-and-push to commit and push all changes
/runbook-run <name> to manually trigger/runbook-toggle <name> to enable/disable/runbook-register to add new runbookstools
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/