一键导入
test
Run tests using the senior-go-engineer agent. Usage: /test [package or file]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run tests using the senior-go-engineer agent. Usage: /test [package or file]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A brief description of what this skill does
End-to-end audit of the Cerebro bot: services, account/positions, LLM agents, ingest/news, data, postgres, redis, risk, execution, strategies, TUI. Usage: /bot-review [scope]
Fix critical issues using the senior-go-engineer agent. Usage: /fix [issue or finding]
Review code using the senior-go-engineer agent. Usage: /review [path or description]
| name | test |
| description | Run tests using the senior-go-engineer agent. Usage: /test [package or file] |
Launches the senior-go-engineer agent to run and validate tests, and write missing tests if needed.
When the user invokes /test, follow these steps:
Determine the test target from the user's arguments:
/test internal/risk/), run tests for that package./test internal/risk/gate.go), run tests for the package containing that file.go test ./....Launch the senior-go-engineer agent with a prompt containing:
go vet and golangci-lint as quality gatesPresent the agent's findings and any suggested fixes to the user.
/test — run all tests/test internal/risk/ — test the risk package/test internal/execution/monitor.go — test the package containing monitor.go/test --race — run all tests with race detector