code-review

仓库创建 2026年6月24日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

结构化的审查流程,有助于稳定交付与风险发现。

这个 Skill 做什么

用于系统化审查代码变更、评估风险与验证缺失项。

看 pull request、diff 或代码变更时用来把关,帮你系统化地评估风险和找出遗漏的验证点。常在代码审查、回归风险评估或验收前用到,重点不是加新功能而是确认改动是否和需求对齐且不会引入隐患。特别之处是把风险/验证缺失当成第一位,给出可操作的检查点而不是抽象建议。

▸ 展开 SKILL.md 英文原文

Apply this skill when reviewing code changes, scope, risks, or verification gaps. Use when this capability is needed.

开发编程代码审查风险评估PR检查通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0disoft--mustflow--code-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tomevault-io/skills-registry/main/0disoft--mustflow--code-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Code Review

<!-- mustflow-section: purpose -->
## Purpose

Verify that a change aligns with the request and ensure that no behavioral risks or verification gaps persist.

<!-- mustflow-section: use-when -->
## Use When

- Code changes, diffs, pull requests, or potential regression risks require review.
- The primary objective is risk assessment rather than implementing new behavior.

<!-- mustflow-section: do-not-use-when -->
## Do Not Use When

- The task involves only wording, translation, or formatting changes.
- No changed files or diffs are available for review.

<!-- mustflow-section: required-inputs -->
## Required Inputs

- Modified files or diffs
- User-specified review criteria
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有