code-review-orchestrator
Code Review Orchestrator
Orchestrate comprehensive code reviews by coordinating multiple review skills and subagents in parallel, then consolidate findings into actionable reports.
Purpose
This skill manages the complete code review workflow:
- Collect and organize code content for review (diffs, commits, branches, MR/PR info)
- Coordinate multiple subagents using different review skills
- Consolidate individual review reports into comprehensive summaries
- Help users identify and fix issues
Debug Mode
Configuration: Debug mode can be controlled via user input or interactive confirmation.
How to Enable Debug Mode:
- Automatic: Include debug keywords in your request (
debug,verbose,调试,详细,--debug,-v) - Interactive: When prompted, select "启用调试" to enable detailed logging
More from ridewind/my-skills
llm-api-benchmark
This skill should be used when the user asks to "benchmark LLM API", "test API speed", "measure response time", "check API latency", "test TPS", "benchmark endpoint", "compare endpoint performance", "测试端点性能", "基准测试", "测试LLM速度", or needs to evaluate LLM API performance metrics (TTFT, TPS, latency).
18code-review:config-manager
This skill should be used when the user asks to "manage review skills config", "update review skills", "discover review skills", "manage review presets", "validate review config", or mentions managing code review skills configuration. Use for configuration management tasks.
15code-review:executor
This skill should be used when the user asks to "review code", "do a code review", "review my branch", "review MR !1234", "review PR #567", "review feature/auth branch", "review feature/auth vs dev", "check code quality", or wants to execute code review using configured skill presets. Reads review skills configuration and orchestrates parallel code reviews.
14code-review
This skill should be used when the user asks to "review code", "do a code review", "review my branch", "review MR !1234", "review PR #567", "manage review skills config", "update review skills", or mentions code review related tasks. Routes to config-manager or executor based on user intent.
1