task-health

Audit BizzyForge tasks against code, tests, and commits to produce TASK-HEALTH-REPORT.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/deachne/BizzyForge --skill task-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-health
Source: https://github.com/deachne/BizzyForge/tree/main/.claude/skills/task-health
Command: npx skills add https://github.com/deachne/BizzyForge --skill task-health

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits BizzyForge task records to ensure they accurately reflect the codebase and documentation, preventing false completions and orphaned work.

Core Features & Use Cases

  • Inventory tasks from BLOCKERS-AND-GAPS.md and session notes
  • Verify that completed tasks actually reflect implemented code, tests, and commits
  • Produce a TASK-HEALTH-REPORT.md with actionable remediation guidance

Quick Start

Run the full task health audit to generate a TASK-HEALTH-REPORT.md and validate that each Done When criterion is actually met

Frequently Asked Questions about task-health

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

FAQPage Schema
How do I verify that completed tasks actually reflect implemented code and tests?

Detect orphaned work and false completions by auditing BLOCKERS-AND-GAPS.md and session notes against commit histories, ensuring task reality accurately matches documentation and codebase changes.

What is the best way to audit task lists for false completions and orphaned work?

Detect orphaned work and false completions by auditing BLOCKERS-AND-GAPS.md and session notes against commit histories, ensuring task reality accurately matches documentation and codebase changes.

How do I generate a task health report to guide codebase remediation?

Run a full task health audit on BLOCKERS-AND-GAPS.md and session notes to validate Done When criteria against code existence, compilation, and test results, producing a TASK-HEALTH-REPORT.md to guide remediation.

Does the task health audit require specific files like BLOCKERS-AND-GAPS.md to run?

The audit requires BLOCKERS-AND-GAPS.md task lists, session notes, and related commit histories as input to inventory tasks, verify Done When criteria, and detect false completions.

Why do my task records show completed work but the codebase does not reflect the changes?

False completions occur when Done When criteria are unmet; auditing task records against actual code existence, compilation, and test results identifies these discrepancies for targeted remediation.

Can I use this audit to check if Done When criteria are actually met in the code?

Yes, the audit checks Done When criteria by verifying code existence, compilation, and test results against BizzyForge task records to ensure implementation truly matches documentation.