ln-402-task-reviewer

仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

把自动化审查与明确裁决结合,强制每次提交必须经过复核,提升交付质量。

▸ 风险提示

审查结果可能触发自动改动或拒绝合并,注意复核策略

这个 Skill 做什么

对处于 To Review 的任务进行质量审查,判定 Done 或 To Rework 并给出修正要点。

对处于 To Review 的单个任务做质量审查,判定能直接标记为 Done 还是需要打回 To Rework,并给出可执行的修复要点。用在每次任务提交完成后,作为必做的质量关卡,覆盖代码规范、测试覆盖等要点。特点是必须即时审查并给出明确的改进列表,避免含糊的反馈。

▸ 展开 SKILL.md 英文原文

Reviews task implementation for quality, code standards, and test coverage. Use when task is in To Review. Sets task Done or To Rework.

开发编程代码审查质量检查改进建议Claude Code
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-402-task-reviewer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-402-task-reviewer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

**Type:** L3 Worker
**Category:** 4XX Execution

# Task Reviewer

**MANDATORY after every task execution.** Reviews a single task in To Review and decides Done vs To Rework with immediate fixes or clear rework notes.

> **This skill is NOT optional.** Every executed task MUST be reviewed immediately. No exceptions, no batching, no skipping.

## Purpose & Scope
- Resolve task ID (per Input Resolution Chain); load full task and parent Story independently via the configured tracker provider (`getTask`, `getStory`).
- Check architecture, correctness, configuration hygiene, docs, and tests.
- For test tasks,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有