code-review:config-manager
Code Review 配置管理器
管理 code review skills 和 commands 的配置文件,包括自动发现能力、管理预设配置、验证配置等。
能力类型
配置管理器支持两种类型的 review 能力:
- skill: SKILL.md 格式的技能文件
- command: 插件中的命令(
~/.claude/plugins/cache/*/commands/*.md)
自动排除: 发现过程中会自动排除自身(code-review:config-manager 和 code-review:executor),避免循环依赖。
配置文件位置
配置文件支持三级优先级(级联覆盖):
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: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-orchestrator
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", "review entire project", "review all code", or wants to orchestrate multiple code review skills/subagents. Coordinates parallel code reviews using multiple review skills and generates comprehensive summary reports.
10code-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