Diagnose stalled, blocked, overloaded, or unhealthy Agiflow projects and recommend specific corrective actions. Use for project health checks, blocked work, conflicting priorities, obsolete tasks, overloaded assignees, or an unmanageable backlog.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill triage--hashgraph-online --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Triage Hashgraph Online?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-triage-hashgraph-online)More formats (shields.io, HTML) on the badges page.
---
name: triage
description: "Diagnose stalled, blocked, overloaded, or unhealthy Agiflow projects and recommend specific corrective actions. Use for project health checks, blocked work, conflicting priorities, obsolete tasks, overloaded assignees, or an unmanageable backlog."
category: ai-agents-and-harness
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/AgiFlow/ai-plugin/skills/triage/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/AgiFlow/ai-plugin/skills/triage/SKILL.md
---
# Agiflow Triage
Diagnose before prescribing. Read the workspace first and separate evidence from inference.
## Workflow
1. Call `get_current_scope` and resolve the target project when one is specified.
2. Call `list_active_tasks_by_org`, `list_work_units`, and `list_members`.
3. For relevant items, call `get_task`, `get_work_unit`, `get_work_unit_progress`, and `list_task_comments` to inspect details and documented blockers.
4. Identify:
- Stalled tasks or work units
- Explicit blockers and unresolved dependencies
- Missing or vague acceptance criteria
- High-priority unassigned work
- Excessive work in progress
- Obsolete or duplicate tasks
- Priority inversions
5. Classify each finding as Blocker, Warning, or Note.
6. Recommend one specific action for each finding and explain the expected impact.
7. Present the report and ask which actions the user approves.
8. Execute only approved actions with the appropriate tools, such as `update_task`, `create_task`, `batch_create_tasks`, or `create_task_comment`.
9. Re-read affected records to verify the result.
## Mutation Rules
- Do not change anything during diagnosis.
- Document the reason with `create_task_comment` before cancelling or materially re-scoping a task.
- Use `update_task` only after approval for reassignment, priority, status, or scope changes.
- Create new tasks only when the user approves the proposed corrective work.
- Do not use deletion as a default cleanup action.
## Response
Provide a concise health summary, evidence for each finding, severity, recommended action, and the three highest-priority next steps.
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/AgiFlow/ai-plugin/skills/triage/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!