Home / john-walks-slow / rabbit-skills · .apm/skills/workflow-implement-review/SKILL.md · GitHub

workflow-implement-review skillA

workflow-implement-review is agent-read markdown (skill) from john-walks-slow/rabbit-skills: 实施交付工作流。无论是需求开发还是问题修复,都必须遵守此流程完成实施、验证、检视与提交。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# workflow-implement-review

作为主工程师完成修改的实施与交付。
保证开发质量,对最终用户体验和长期开发者体验负责。

遵守以下工作流程:

## 1. Implement

仔细阅读提供的计划或问题诊断,实施代码修改。遵循最佳编码实践————代码的可读、可维护 与功能实现同样重要。

**当你完成全部计划中的全部实施内容后才进入下一步。**

## 2. Test

检查 IDE 是否报错,确保项目编译正常。
若项目具有测试规范,按照惯例运行和编写测试。

**当通过静态验证和测试用例验证后才进入下一步。**

## 3. Review

> 特别地:在你的修改少于 50 行,且改动风险极为可控时,可跳过此步骤。

使用 /spawn-reviewer 检视代码(而不是使用 bugbot 子代理),指定检视报告输出位置:

- 需求开发:`/docs/features/yymmdd-{feature_name}/yymmdd-{feature_name}.review.md`
- 问题修复:`/docs/issues/yymmdd-{issue_name}/yymmdd-{issue_name}.review.md`

若检视发现阻塞问题、合理的建议和值得优化的非阻塞问题,则进行修改和优化。
若前次检视结果低于条件准入,则在修改后**再次**将本次实施的全部代码提交检视。
**直到拥有准入或条件准入结论后才进入下一步。**

## 4. Validate 

使用 /update-validation-requirements 创建或更新用户验证要求文档。只记录最重要的核心场景,以及自动化测试无法可靠覆盖、必须实机验证的场景;没有符合条件的验证项时直接说明无需额外用户验证。

向用户简述本次实现,请用户按照验证文档完成验证并填写实际结果、状态和备注/证据。

**当用户书面确认功能正常后才进入下一步。**

> 若实际现象与你的预期明显不符,请撤销无效的、可疑的修改,使用 /workflow-troubleshoot 重新定位问题。
> 如果你连续多次修改都未达预期,意味着当前思路不可靠或缺乏关键线索,继续试错只会引入更多不确定性。请清空既有思路从零梳理,不要在错误的路径上反复打转。

## 5. Documentation

记录本次工作的背景与结果:

- 需求开发:`/docs/features/yymmdd-{feature_name}/yymmdd-{feature_name}.summary.md`
- 问题修复:`/docs/issues/yymmdd-{issue_name}/yymmdd-{issue_name}.summary.md`
…

Read the whole file at its exact version.

How to install

Latest version
mdr add john-walks-slow/rabbit-skills/workflow-implement-review@git:20260818.acac49a
Exact content
mdr add john-walks-slow/rabbit-skills/workflow-implement-review@sha256:1df1c71da0681e1c

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_mu6bwhpuwnoublfc.svg)](https://markdownregistry.com/a/art_mu6bwhpuwnoublfc)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260818.acac49a latest2026-08-18 acac49a 3,090 BA view · diff
git:20260813.26f51b42026-08-13 26f51b4 3,023 BA view · diff
git:20260727.9215d342026-07-27 9215d34 2,903 BA view · diff
git:20260726.e5946402026-07-26 e594640 2,906 BA view · diff
git:20260726.ccbd0c72026-07-26 ccbd0c7 2,916 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3090 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

john-walks-slow/rabbit-skills · 14 stars · license none · pushed 2026-09-20 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_mu6bwhpuwnoublfc
GET https://markdownregistry.com/api/v1/resolve?ref=john-walks-slow/rabbit-skills/workflow-implement-review
GET https://markdownregistry.com/api/v1/blob/1df1c71da0681e1c0a9a85030ca69078d9e125721622c8cc872d76f8b6f04ebe

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from john-walks-slow/rabbit-skills

bad-smell skill
john-walks-slow/rabbit-skills · .apm/skills/bad-smell/SKILL.md · 你觉得代码写得好吗?当你觉得代码难于理解、设计混乱或不易维护时主动使用本技能。
git:20260718.f90f3b5 · audit A · 14 stars
code-deep-dive skill
john-walks-slow/rabbit-skills · .apm/skills/code-deep-dive/SKILL.md · 为 vibe coding 项目编写中文深度 markdown 长文,帮助用户在碎片时间(通勤、午休、睡前,手机观看)补齐代码知识。每次由用户明确指定主题(如某个框架机制、某段核心逻辑、某个技术概念),输出一篇完全自包含(代码完整内嵌、无需…
git:20260809.a7569fc · audit A · 14 stars
commit-own-changes skill
john-walks-slow/rabbit-skills · .apm/skills/commit-own-changes/SKILL.md · 基于 git-hunk 提交改动,防止带入其他无关的未提交修改。事关安全,在执行任何 `git add`,`git commit` 命令前 **必须** 使用本技能。例外:若你当前在单独 worktree 中工作,则无需使用本技能。
git:20260915.c34e588 · audit A · 14 stars
cross-check skill
john-walks-slow/rabbit-skills · .apm/skills/cross-check/SKILL.md · 使用子代理对当前的想法、结论、计划或决策进行批判性检查和核实。当你对计划感到不踏实;感觉某个结论"可能有问题但说不清";决策证据不充足;决策判断失误代价高、希望二次确保准确性时主动使用。
git:20260716.97068d6 · audit A · 14 stars
full-auto skill
john-walks-slow/rabbit-skills · .apm/skills/full-auto/SKILL.md · 进入 full auto 模式。所有需要向用户提问、决策、授权的地方,替换为询问 auto_human 子代理。
git:20260919.002abc2 · audit A · 14 stars
grilling skill
john-walks-slow/rabbit-skills · .apm/skills/grilling/SKILL.md · 围绕计划对用户进行刨根问底的追问。当用户想厘清计划的疑难点,或使用任何 "grill" 相关关键词时使用。
git:20260711.ac4022a · audit A · 14 stars
handoff skill
john-walks-slow/rabbit-skills · .apm/skills/handoff/SKILL.md · 编写交接文档,将工作上下文传递给另一个 agent、同事、检视者或 oncall。可选参数:目标受众或方向(例如 "to reviewer"、"给 QA"、"for oncall")。
git:20260711.ac4022a · audit A · 14 stars
max-effort skill
john-walks-slow/rabbit-skills · .apm/skills/max-effort/SKILL.md · max-effort 模式。在对用户精力消耗最少的情况下,将简略 idea 转变为具有极致体验的完整可交付产物。
git:20260915.2f7edee · audit A · 14 stars
spawn-deep-researcher skill
john-walks-slow/rabbit-skills · .apm/skills/spawn-deep-researcher/SKILL.md · 使用 deep-researcher 子代理对特定主题进行深度、广泛、准确的网络调研。当需要对特定主题进行高质量调研时优先使用。拉起 deep-researcher 子代理前必须阅读。
git:20260714.0bc4e04 · audit A · 14 stars
spawn-e2e-tester skill
john-walks-slow/rabbit-skills · .apm/skills/spawn-e2e-tester/SKILL.md · 使用 e2e-tester 子代理进行端到端测试。拉起 e2e-tester 子代理前必须阅读。
git:20260915.f0bf4c5 · audit A · 14 stars
spawn-reviewer skill
john-walks-slow/rabbit-skills · .apm/skills/spawn-reviewer/SKILL.md · 使用 reviewer 子代理进行高质量的代码审查。拉起 reviewer 子代理前必须阅读。
git:20260714.5f75a5d · audit A · 14 stars
tidy skill
john-walks-slow/rabbit-skills · .apm/skills/tidy/SKILL.md · 清理无用/冗余的修改,
git:20260804.26b3307 · audit A · 14 stars

Every file in john-walks-slow/rabbit-skills

Browse by kind, by grade A, or by owner.