code-review-gate
仓库创建 2026年1月5日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由
将审查流程量化,便于 CI/CD 中强制质量标准。
▸ 风险提示
自动化审查可能产生误报或漏报,需人工复核。
这个 Skill 做什么
自动化代码审查并基于得分与阈值执行质量门控。
把代码审查做成自动化打分和质量门控,会检查安全漏洞、性能问题、测试覆盖和代码风格并给出综合得分。适合在 PR 合并或 CI/CD 流程中需要强制质量阈值、避免低质量代码放行的时候使用。可配置阈值并自动执行常见检查,用分数决定放行或阻塞,减少人工疏漏。
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/automaker/skills/code-review-gate/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/automaker/skills/code-review-gate/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Code Review Gate Perform code review with quality scoring and configurable threshold enforcement. ## Agent Code Reviewer - `automaker-code-reviewer` ## Workflow 1. Review all changed files for correctness 2. Check for security vulnerabilities 3. Identify performance issues 4. Verify test coverage adequacy 5. Check code style consistency 6. Detect dead code and debug artifacts 7. Verify no secrets in code 8. Assign quality score (0-100) 9. Make approve/reject decision 10. Enforce quality threshold gate ## Inputs - `projectName` - Project name - `featureId` - Feature identifier - `branch` - Feature branch name - `changedFiles` - Files to review - `reviewPolicy` - Policy: 'auto', 'manual'
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有