.claude/skills/kaizen-dev/SKILL.md
Development workflow for Kaizen - branching, commits, testing
npx skillsauth add Dirty13itch/kaizen kaizen-devInstall 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.
Development workflow:
New feature: git checkout -b feat/<name> from main
Commits: Use conventional commits (feat:, fix:, docs:, infra:, refactor:)
Before commit: Run /validate
Key files:
Task context: $ARGUMENTS
testing
Pre-commit validation suite for manifests, scripts, and configs
testing
Run the full integration test suite
testing
Check Kaizen system health across all nodes and services
testing
Resume from last checkpoint — show progress, cluster state, next actions