ln-403-task-rework by levnikolaevich/claude-code-skills
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-403-task-rework路径说明: 文件路径(
shared/、references/、../ln-*)是相对于技能仓库根目录的。如果在当前工作目录(CWD)下未找到,请定位此 SKILL.md 文件所在的目录,然后向上返回一级以找到仓库根目录。如果缺少shared/目录,请通过 WebFetch 从https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}获取文件。
对标记为"待返工"的单个任务执行返工,并将其交回进行审查。
| 输入 | 必需 | 来源 |
|---|
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 描述 |
|---|
taskId | 是 | 参数、父级用户故事、看板、用户 | 需要返工的任务 |
解析方式: 任务解析链。状态过滤器: 待返工
必须阅读: 加载 shared/references/tools_config_guide.md、shared/references/storage_mode_detection.md 和 shared/references/input_resolution_pattern.md
提取:task_provider = 任务管理 -> 提供者 (linear | file)。
| 方面 | Linear 模式 | File 模式 |
|---|---|---|
| 加载任务 | get_issue(task_id) | Read("docs/tasks/epics/.../tasks/T{NNN}-*.md") |
| 加载审查备注 | Linear 评论 | 任务文件或看板中的审查部分 |
| 更新状态 | save_issue(id, state) | Edit 任务文件中的 **Status:** 行 |
File 模式状态转换: 待返工 → 进行中 → 待审查
必须阅读: 加载 shared/references/mcp_tool_preferences.md — 对于代码文件,只要可用,始终使用 hex-line MCP。除非 hex-line 不可用,否则不要回退到标准的 Read/Edit。
shared/references/goal_articulation_gate.md — 阐述本次返工的真实目标(实际存在的问题是什么,而不是"应用反馈")。结合 5 Whys 分析法(shared/references/problem_solving.md),确保在阐述返工目标的同时,也阐明了根本原因。不是目标: 一个仅解决表面症状而非根本原因的肤浅补丁。shared/references/code_efficiency_criterion.md — 遵循任务计划/检查项;解决配置/硬编码问题;更新"受影响组件"和"现有代码影响"中提到的文档/测试。在交接前,验证 3 项效率自检。shared/references/tools_config_guide.mdshared/references/storage_mode_detection.mdshared/references/problem_solving.mddocs/tasks/kanban_board.md版本: 3.0.0 最后更新: 2025-12-23
每周安装量
152
仓库
GitHub 星标数
245
首次出现
2026年1月24日
安全审计
安装于
claude-code138
codex136
gemini-cli136
cursor136
opencode136
github-copilot131
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Ifshared/is missing, fetch files via WebFetch fromhttps://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}.
Executes rework for a single task marked To Rework and hands it back for review.
| Input | Required | Source | Description |
|---|---|---|---|
taskId | Yes | args, parent Story, kanban, user | Task to rework |
Resolution: Task Resolution Chain. Status filter: To Rework
MANDATORY READ: Load shared/references/tools_config_guide.md, shared/references/storage_mode_detection.md, and shared/references/input_resolution_pattern.md
Extract: task_provider = Task Management → Provider (linear | file).
| Aspect | Linear Mode | File Mode |
|---|---|---|
| Load task | get_issue(task_id) | Read("docs/tasks/epics/.../tasks/T{NNN}-*.md") |
| Load review notes | Linear comments | Review section in task file or kanban |
| Update status | save_issue(id, state) | Edit the **Status:** line in file |
File Mode transitions: To Rework → In Progress → To Review
MANDATORY READ: Load shared/references/mcp_tool_preferences.md — ALWAYS use hex-line MCP for code files when available. No fallback to standard Read/Edit unless hex-line is down.
shared/references/goal_articulation_gate.md — State REAL GOAL of this rework (what was actually broken, not "apply feedback"). Combine with 5 Whys (shared/references/problem_solving.md) to ensure root cause is articulated alongside the rework goal. NOT THE GOAL: a superficial patch that addresses the symptom, not the cause.shared/references/code_efficiency_criterion.md — Follow task plan/checkboxes; address config/hardcoded issues; update docs/tests noted in Affected Components and Existing Code Impact. Before handoff, verify 3 efficiency self-checks.shared/references/tools_config_guide.mdshared/references/storage_mode_detection.mdshared/references/problem_solving.mddocs/tasks/kanban_board.mdVersion: 3.0.0 Last Updated: 2025-12-23
Weekly Installs
152
Repository
GitHub Stars
245
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketWarnSnykWarn
Installed on
claude-code138
codex136
gemini-cli136
cursor136
opencode136
github-copilot131
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
36,300 周安装