review

仓库创建 2026年7月25日最近提交 4 天前SkillHot 收录 3 天前
这个 Skill 做什么

把实现好的代码或当前 diff/分支,按验收标准、架构与编码规范来严格复查,并运行现有测试和校验。用在完成实现后提交评审前,或想确认某个 feature 已满足要求时。特别之处是会结合 docs/feature 的元信息定位代码路径并做真实的测试验证,不只是简单看 diff。

▸ 展开 SKILL.md 英文原文

Review implemented code for a feature (or the current diff/branch) against the acceptance criteria, architecture, design, and coding standards docs, running available tests and verification. Use after implementing work defined by /features.

0
Stars
0
Forks
5
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bjoxiah/buildloop/main/skills/review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bjoxiah/buildloop/main/skills/review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Review: Verify implementation against stated goals

## Scope

Default to reviewing the current diff/branch. If the user names a specific
feature, find its file under `docs/features/` (by slug, number, or GitHub
issue). Use its `code_path` frontmatter to go straight to the relevant
code instead of guessing from the diff. If `code_path` is `null`, resolve
it from the real repo layout now (matching the convention in
`docs/ARCHITECTURE.md` if one exists) and write it back into the feature
file. If the diff touches code but you can't tell which feature file it
maps to, check `docs/features/README.md` for the likely match before
asking the user.

## Process

1. **Acceptance criteria.** For each 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有