build-check
Run both frontend and backend builds to verify everything compiles
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 both frontend and backend builds to verify everything compiles
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.
Based on SOC occupation classification
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
Run Go backend tests, analyze failures, and auto-fix
Scaffold a new Go microservice with the standard Kensan layered architecture
| name | build-check |
| description | Run both frontend and backend builds to verify everything compiles |
| disable-model-invocation | true |
| allowed-tools | Bash(cd frontend *), Bash(cd backend *), Bash(make *), Read, Edit, Grep, Glob |
Run frontend and backend builds to verify compilation.
Frontend build:
cd frontend && npm run build
This runs TypeScript type checking + Vite production build.
Backend build:
cd backend && make build
This compiles all Go services.
If either fails:
Report: Summary of build status for both frontend and backend.