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.