Skip to main content

solution-review

Review already-applied code changes against the original task statement or task folder artifacts under `tmp/tasks/<task-name>/`. Use when implementation work is done and Codex must verify scope coverage, detect mismatches or regressions, assess verification gaps, and write a review summary before handoff or merge.

跳到安装

来源信息

仓库
blockscout/blockscout-rs
最近来源活动
2026年4月13日 20:05
检测到的 SKILL.md 语言
英语
星标
231
分支
205

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
solution-review
description
Review already-applied code changes against the original task statement or task folder artifacts under `tmp/tasks/<task-name>/`. Use when implementation work is done and Codex must verify scope coverage, detect mismatches or regressions, assess verification gaps, and write a review summary before handoff or merge.
# Solution Review Use this skill when code has already been changed and the next step is to assess whether the implementation actually matches the task. ## Workflow Follow the canonical workflow in `../../../.memory-bank/workflows/solution-review.md`. ## Required Guardrails - Review against the original task source of truth first: `task.md`, `solution_X.md`, `implementation-plan-X.md`, `coding-task-X.md`, or the user-provided task statement. - Inspect the actual applied change, not just the final code shape. Read the relevant diff, changed files, and nearby tests. - Treat this as a post-implementation review step, not a chance to silently finish missing work. - Separate confirmed findings, uncertainties, and verification gaps. - Prefer concrete evidence with file paths, acceptance-criteria mapping, and commands that were or were not run. - Write the review artifact into the existing task folder as `review.md` when the task lives under `tmp/tasks/<task-name>/`. ## Minimal Starting Reads Start with: - `../../../.memory-bank/project-context.md` - `../../../.memory-bank/architecture.md` - `../../../.memory-bank/gotchas.md` - `../../../tmp/tasks/<task-name>/task.md` if present - `../../../tmp/tasks/<task-name>/solution_*.md` if present - `../../../tmp/tasks/<task-name>/implementation-plan*.md` if present - `../../../tmp/tasks/<task-name>/coding-task*.md` if present Then read the current diff, changed files, tests, configs, and any user-provided task statement needed to judge whether the implementation is complete and correct.
在 GitHub 查看