build-check
Run both frontend and backend builds to verify everything compiles
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run both frontend and backend builds to verify everything compiles
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.