go-test
Run Go backend tests, analyze failures, and auto-fix
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run Go backend tests, analyze failures, and auto-fix
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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
Based on SOC occupation classification
| 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