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 页面并帮你完成安装。
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.