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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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