.claude/skills/test/SKILL.md
Run full test suite — unit, integration, e2e sequentially. Stops on first failure.
npx skillsauth add terassyi/tomei testInstall 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.
Run the full test pipeline sequentially. Stop immediately on first failure.
make buildmake testmake test-integration (requires network, Linux amd64)make test-e2e (requires Docker, runs in containers)Stop at the failing step. Report the error output and suggest a fix.
Print a summary:
Build PASS
Unit tests PASS
Integration tests PASS
E2E tests PASS
tomei apply or tomei inittesting
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.
testing
Inspect GitHub Actions CI failure logs and auto-fix the issues.