ln-403-task-rework
仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由
适合快速闭环审阅-修复-复审的交付节奏,减少手工沟通成本。
▸ 风险提示
会直接修改工作区代码,需注意变更记录与权限控制
这个 Skill 做什么
根据审阅者反馈修复标记为 To Rework 的单个任务,并重新提交至 To Review。
把标为 To Rework 的单个任务拿来按审阅意见修一遍,然后把任务交回 To Review。会读 reviewer 的评论和父 Story,按要求修复问题并遵循 KISS/YAGNI 和项目风格指南。适合任务在审查被退回后,用来把工作整理到可再次审查的状态。
▸ 展开 SKILL.md 英文原文
Fixes tasks in To Rework by applying reviewer feedback, then returns to To Review. Use when task was rejected during review.
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-403-task-rework/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-403-task-rework/SKILL.md"SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory. # Task Rework Executor **Type:** L3 Worker Executes rework for a single task marked To Rework and hands it back for review. ## Purpose & Scope - Load full task, reviewer comments, and parent Story; understand requested changes. - Apply fixes per feedback, keep KISS/YAGNI, and align with guides/Technical Approach. - Update only this task: To Rework -> In Progress -> To Review; no other tasks touched. **Hex-line acceleration (if available):** Use `outline(file_path)` before reading large code files. Use `read_file()` for discovery and `read_file(edit_ready=true, verbosity="full")` before any edit that
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有