go-test
Run Go backend tests, analyze failures, and auto-fix
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run Go backend tests, analyze failures, and auto-fix
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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