go-test
Run Go backend tests, analyze failures, and auto-fix
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run Go backend tests, analyze failures, and auto-fix
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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