Claude Skill
win4r/agent-skills-code-review-router
一个将代码审查任务路由到专业代理进行自动化分析的Claude Skill。通过智能任务分发,简化代码质量检查和开发者工作流。
概览
仓库信息
安装这个 Skill
git clone https://github.com/win4r/agent-skills-code-review-router.gitRegistry 信息
项目简介
一个用于将代码审查任务路由到专业代理的Claude Skill,实现自动化且高效的代码分析工作流。
要点
- 代码审查任务路由
- 专业代理协调
- 自动化工作流管理
- GitHub仓库集成
使用场景
- 自动化代码质量检查
- 多代理审查系统
- 开发者工作流自动化
- 拉取请求分析
README 摘要
[English](#english) | [中文](#中文) --- <a name="english"></a> ### 🚀项目所对应的视频: https://youtu.be/Qydk2wlh4YI https://www.bilibili.com/video/BV1KErQB4Esx/ # Code Review Router [](https://opensource.org/licenses/MIT) An **Agent Skill** that intelligently routes code reviews between Gemini CLI and Codex CLI based on tech stack, complexity, and change characteristics. ## What is an Agent Skill? Agent Skills are reusable packages of knowledge that extend what AI agents can do. A Skill is a markdown file (SKILL.md) containing instructions that the agent follows when working on specific tasks. Skills follow a **progressive disclosure** pattern: 1. **Discovery**: The agent sees available Skills with their names and descriptions 2. **Activation**: When your task matches a Skill's description, the agent loads the full instructions 3. **Execution**: The agent follows the Skill's instructions automatically This Skill works with both **Claude Code** and **Google Antigravity**. ## Why Use a Decision Tree Skill? ### Advantages of Decision Tree-Based Routing | Advantage | Description | |-----------|-------------| | **Deterministic & Predictable** | Unlike free-form prompts, decision trees follow explicit rules, ensuring consistent routing every time | | **Transparent Logic** | Every routing decision can be traced back to specific criteria—no black-box behavior | | **Optimized Tool Selection** | Automatically selects the best tool (Gemini vs Codex) based on change characteristics | | **Reduced Token Usage** | Pre-defined decision paths eliminate the need for lengthy reasoning chains | | **Extensible** | Easy to add new routing rules or modify existing ones without rewriting the entire logic | | **Fallback Handl
话题
暂无话题