go-test
Run Go backend tests, analyze failures, and auto-fix
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run Go backend tests, analyze failures, and auto-fix
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Run both frontend and backend builds to verify everything compiles
Add a new API endpoint to an existing service with full-stack integration (backend handler + frontend API service + store)
Create a new frontend page with routing, store, and API service following Kensan conventions
Review uncommitted changes for security issues, code quality, and best practices
Scaffold a new Go microservice with the standard Kensan layered architecture
| name | go-test |
| description | Run Go backend tests, analyze failures, and auto-fix |
| disable-model-invocation | true |
| allowed-tools | Bash(cd backend *), Bash(make *), Bash(go *), Read, Edit, Grep, Glob |
Run backend tests and fix failures automatically.
Run tests:
cd backend && make test
If all pass: Report success with summary.
If failures occur:
cd backend && make testIf compilation errors:
Report: Summary of what was found and fixed.
make lint after fixes to check for style issues