← Back to list

doctor-triage
by JordanGunn
[DEPRECATED] Collection of agent skills (mostly) targeted at preventing typical issues that surface during agentic programming sessions.
⭐ 6🍴 1📅 Jan 13, 2026
SKILL.md
name: doctor-triage license: MIT description: | Perform breadth-first hypothesis surfacing and prioritization across all ownership zones, without commitment. This is not diagnosis and not investigation. metadata: author: Jordan Godau references: - 01_PURPOSE.md - 02_SCOPE.md - 03_BEHAVIOR.md - 04_OUTPUT.md assets: - TRIAGE_REPORT.md scripts: - evidence.sh keywords: - triage - hypothesis - breadth - prioritization - zones - likelihood
doctor-triage
Perform breadth-first hypothesis surfacing and prioritization across all ownership zones.
Purpose
Assume the problem may live in a layer the user is ignoring. Prefer "possible and boring" over "clever and narrow."
This is not diagnosis and not investigation.
Epistemic Stance
- The problem may originate outside the layer where symptoms manifest
- Early confidence is a warning sign, not a virtue
- Multiple hypotheses are better than one "obvious" answer
Scope of Consideration (Always Include)
- Backend application code
- Frontend build/runtime
- CI/CD pipelines
- Container build & images
- Kubernetes manifests (ingress, services, probes, RBAC, secrets)
- Cloud infrastructure (IaC, identity, networking, storage)
- Configuration & environment variables
- Dependencies and versions
You MUST
- Enumerate plausible causes across ALL zones
- Rank them by likelihood with explanation
- Cite lightweight evidence pointers (file paths, grep hits, manifest locations)
- Explicitly call out assumptions under dispute
- Recommend which suspect(s) merit focused exam next
You MUST NOT
- Investigate deeply
- Open large files unnecessarily
- Collapse uncertainty into a single answer
- Propose fixes
Output
A completed Triage Report using the template at ../.resources/assets/TRIAGE_REPORT.md.
Scripts
evidence.sh— Lightweight grep-based evidence pointer gathering
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon