hf-tasks-review

Evaluate task plans for executability, completeness, traceability, and routing readiness.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/hujianbest/garage-agent --skill hf-tasks-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf-tasks-review
Source: https://github.com/hujianbest/garage-agent/tree/main/packs/coding/skills/hf-tasks-review
Command: npx skills add https://github.com/hujianbest/garage-agent --skill hf-tasks-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

本技能用于对任务计划草案进行正式评审 verdict,评估其是否可执行、是否覆盖规格/设计、是否具备完成条件、以及路由就绪情况。它确保在计划通过评审后进入授权步骤,在发现缺口时给出清晰的修改方向和下一步行动。

Core Features & Use Cases

  • 基于 INVEST 验证的多维评估,确保任务独立、可谈判、有价值、可估算、规模小、可测试
  • 依赖关系图与执行顺序的无环性校验,确保关键路径合理、无循环
  • 追溯矩阵检查,确保任务覆盖已批准的规格/设计且可回溯
  • 结构化逐步评审,任一关键维度低于阈值则不通过
  • 直接触发的使用场景信号:如 “review 任务计划”、“tasks review”、“帮我审一下这个计划”

Quick Start

将任务计划草案和相关证据提交给 hf-tasks-review 以获取正式 verdict、发现项和下一步行动。

Frequently Asked Questions about hf-tasks-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a task plan for executability and traceability before approval?

To review a task plan for executability and traceability, submit the draft and related evidence for evaluation against defined criteria like task contracts, dependencies, and test seeds to determine readiness and return a recommended next action.

What is task plan routing readiness and how is it validated?

Task plan routing readiness is the validation of a plan's preparedness for workflow execution, assessed by checking executability, dependency acyclicity, and traceability to approved specifications to return a single recommended next action.

How do I check task dependencies for circular execution paths?

Checking task dependencies for circular execution paths involves validating the dependency graph and execution order for acyclicity, ensuring the critical path is reasonable and contains no loops during the structured task plan review.

Can I use INVEST principles to verify task completeness and testability?

Yes, you can verify task completeness and testability using INVEST principles by evaluating the task plan draft to ensure tasks are independent, negotiable, valuable, estimable, small, and testable as part of the formal review verdict.

What happens when a task plan fails the review verdict?

When a task plan fails the review verdict, it provides clear modification directions and a single recommended next action, preventing the plan from entering the authorization step until all critical dimensions meet the required thresholds.

Does the task review process require approved specifications to check traceability?

Yes, the task review process requires approved specifications to check traceability, utilizing a traceability matrix to ensure the task plan fully covers the specifications and can be traced back to the approved design.