comprehensive-review
仓库创建 2026年5月12日最近提交 10 小时前SkillHot 收录 20 天前
▸ 精选理由
覆盖多维度审查并能直接对 PR 发表评论,适合关键变更审查。
▸ 风险提示
会访问仓库并可能发表评论,需提供访问令牌
这个 Skill 做什么
使用并行子代理从架构到安全进行全面的代码审查并合并结果。
启动多个专业子代理并行审查代码,从架构、安全、性能到代码质量和需求合规都逐项覆盖,能抓取 PR 或比对本地分支差异并合并输出清单。适合需要一次性得到非常全面、细致的审查意见并想要可执行改进项的时候使用。要注意成本高,只有在用户明确要求进行全面审查时才用。
▸ 展开 SKILL.md 英文原文
Comprehensive code review using parallel specialized subagents. If a PR URL is provided, fetches PR details and can post comments. If no PR is provided, reviews the diff between the current branch and its base branch plus any uncommitted changes. CRITICAL: this skill is costly, don't use it unless user explicitly requested to use it.
110
Stars
14
Forks
40
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/comprehensive-review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/EliasOulkadi/shokunin/master/.pack/skills/comprehensive-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Comprehensive Code Review
Run parallel specialized code reviews via subagents, covering architecture, security, performance, code quality, requirements compliance, and bugs. Merge findings and let the user act on them. Works with both GitHub PRs and local branch diffs.
## Variables
- `{TEMP_DIR}` — the OS temporary directory (e.g. `/tmp` on Unix, `%TEMP%` on Windows). Use it for all intermediate files.
## Workflow
### Step 1: Determine review mode
Check if the user provided a GitHub PR link.
- **PR mode**: A PR URL is provided matching `https://github.com/<OWNER>/<REPO>/pull/<PR_NUMBER>`. Extract owner, repo, and PR number.
- **Local mode**: No PR URL provided. The review will be bavia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有