.claude/skills/cue-edit/SKILL.md
Post-CUE-edit workflow — vendor presets into examples, validate, format-check. Run after editing cuemodule/ files.
npx skillsauth add terassyi/tomei cue-editInstall 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.
After editing files under cuemodule/ (schema or presets), run the vendor → validate → format pipeline.
git diff --name-only -- 'cuemodule/'
If --clean argument: make unvendor-cue first.
Vendor: make vendor-cue
Format check:
cue fmt --check ./cuemodule/...
If issues found: cue fmt ./cuemodule/...
Validate CUE module: cd cuemodule && cue vet ./...
Validate examples: bin/tomei validate examples/minimal
Show vendored diff: git diff --stat -- 'examples/'
examples/*/cue.mod/pkg/ is generated — NEVER edit those files directlytomei apply or tomei inittesting
Run full test suite — unit, integration, e2e sequentially. Stops on first failure.
testing
Pre-release checklist — verify CI status, version tags, CUE module coordination, changelog preview. Read-only.
development
Expert team review and refactor — tomei, Go, TDD, OS specialists discuss the diff and implement improvements.
development
Run tests, lint, format, create branch if needed, and commit with conventional message.