بنقرة واحدة
review
Review code using the senior-go-engineer agent. Usage: /review [path or description]
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review code using the senior-go-engineer agent. Usage: /review [path or description]
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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]
Run tests using the senior-go-engineer agent. Usage: /test [package or file]
استنادا إلى تصنيف SOC المهني
| name | review |
| description | Review code using the senior-go-engineer agent. Usage: /review [path or description] |
Launches the senior-go-engineer agent to review code for architectural compliance, error handling, concurrency safety, decimal handling, and test coverage.
When the user invokes /review, follow these steps:
Determine the review target from the user's arguments:
/review internal/risk/gate.go), review that specific file./review internal/execution), review all files in that package./review recent changes), use git diff to identify changed files and review those./review), review all unstaged/uncommitted changes using git status and git diff.Launch the senior-go-engineer agent with a prompt containing:
Present the agent's findings to the user.
/review — review all uncommitted changes/review internal/risk/gate.go — review a specific file/review internal/agent/ — review the agent package/review recent commits — review the last few commits/review PR #42 — review a specific pull request using gh pr diff