task-flow-inspector

Scan OnGoingTasks for health issues and generate remediation reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mahsanamin/ai_chest --skill task-flow-inspector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-flow-inspector
Source: https://github.com/mahsanamin/ai_chest/tree/main/SoftwareEngineering/Task_Flow/skills/task-flow-inspector
Command: npx skills add https://github.com/mahsanamin/ai_chest --skill task-flow-inspector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit ongoing task workspaces to identify health issues such as unarchived completions, missing TasksSummary entries, stale tasks, TBD tickets, missing phase files, and already-shipped PRs, and to surface actionable fixes.

Core Features & Use Cases

  • Health checks detect unarchived tasks, missing task summaries, missing phase files, and stale task activity.
  • Generate clear, prioritized reports with suggested fixes and remediation workflows.
  • Run before starting new tasks or periodically for hygiene checks to maintain a healthy Task Flow.

Quick Start

Run the task-flow-inspector to scan OnGoingTasks, generate a health report, and apply approved fixes.

Frequently Asked Questions about task-flow-inspector

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

FAQPage Schema
How do I audit ongoing tasks for missing phase files and stale tickets?

A task workspace health audit scans OnGoingTasks to detect unarchived completions, missing TasksSummary entries, stale tasks, and missing phase files. It validates workspace structure and generates prioritized reports with actionable remediation steps.

What is the best way to find unarchived completed tasks in a Task Flow project?

To find unarchived completed tasks, run a health check that scans OnGoingTasks and DoneTasks for completed items missing archival. The audit identifies these gaps and proposes remediation workflows to restore workspace hygiene.

When should I run a task workspace health check?

Run a task workspace health check before starting new work or as a periodic hygiene check to maintain a clean Task Flow. This detects stale tasks, missing TasksSummary entries, and shipped PRs before they cause structural gaps.

How do I fix missing TasksSummary entries in my ongoing task workspace?

To fix missing TasksSummary entries, scan the TasksSummary directory to detect gaps and generate a prioritized health report. The inspector identifies missing entries and offers options to apply or propose targeted remediation fixes.

Can I detect already-shipped PRs still listed in ongoing tasks?

Yes, a workspace health audit can detect already-shipped PRs by scanning OnGoingTasks for completed items that remain unarchived. The inspector flags these stale entries and generates actionable fixes to archive them properly.

Does the task workspace audit work without external dependencies?

Yes, the task workspace audit operates with no external dependencies. It directly scans Task Flow project directories including OnGoingTasks, DoneTasks, and TasksSummary to validate structure and surface remediation fixes.