my-triage

Solid

個人工作盤點與 zero-input next router;列出 assigned Epics/Bugs/Tasks,整合 cross-session resume signals,協助決定下一步。

AI & Automation 4 stars 0 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# My Triage `my-triage` 是個人工作 dashboard 與 zero-input router,用於「下一步 / 繼續 / 手上有什麼」 這類沒有明確 ticket/topic 的情境。 ## Contract `my-triage` 只讀取並排序個人工作,不施工、不估點、不改 JIRA status。若使用者說「繼續 DP-015」或「繼續 PROJ-123」這類帶明確 topic 的句子,不攔截;交給 active skill / cross-session continuity 解析。 它屬於 `mixed reader / next-step orchestrator`:workspace config 與 resume signals 只用來 決定 dashboard scope、排序、與 route suggestion。`my-triage` 可以推薦下一步,但推薦不等於 workflow transition、verification result、release readiness、或 author-side completion authority。 ## Reference Loading | Situation | Load | |---|---| | Any run | `my-triage-resume-flow.md`, `workspace-config-reader.md`, `shared-defaults.md`, `jira-story-points.md` | | Dashboard scan | `my-triage-dashboard-flow.md`, `stale-approval-detection.md` | | State write / standup handoff | `my-triage-state-flow.md`, `session-timeline.md` | | Large GitHub scan | `sub-agent-roles.md` Completion Envelope | ## Flow 1. Resolve workspace config and current git context. 2. Run resume scan first: branch-ticket, Hot memory, recent checkpoints, WIP branches. 3. Fetch assigned active Epics, Bugs, and orphan Tasks/Stories. 4. Verify status category and remove completed/status-mismatched items. 5. Add GitHub progress for In Development items. 6. 排成 resume candidates、Bugs、In Development、priority-based todo groups。 7. 盤點 DP closeout drift(report-only):跑 `mise run closeout-drift`(呼叫 `scripts/detect-closeout-drift.sh --dry-run --json`,不變更 specs)。把 `delivered-drift-high` / `delivered-drift-l...

Details

Author
HsuanYuLee
Repository
HsuanYuLee/polaris
Created
4 months ago
Last Updated
3 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

intake-triage

批次收單排工:分析 PM 開出的一批 ticket,評估優先序,告訴 PM 哪些先做、哪些後做、哪些規格不足需補。 產出 JIRA label + comment + Slack 摘要。 觸發:「收單」、「排工」、「intake」、「這批單幫我看」、「PM 開了一堆單」、「幫我排優先」、 「intake-triage」、「triage these tickets」、「prioritize this batch」。 當使用者提供一批 ticket key 並要求排優先序時使用此 skill,不要與 /my-triage(個人每日盤點)混淆。

4 Updated 3 days ago
HsuanYuLee
AI & Automation Solid

converge

Use when the user wants to push all in-flight work forward toward review in one pass — closing gaps across Epics, Bugs, and orphan Tasks. NOT for single-ticket work (use engineering) or read-only triage (use my-triage). Trigger: '收斂', 'converge', '推進', '全部推到 review', '把我的單收一收', 'epic 進度', '離 merge 還多遠', '補全'.

4 Updated 3 days ago
HsuanYuLee
AI & Automation Listed

pipeline-triage

Runs Stage-2 Triage over the platform's improvement backlog — reads `status: proposed` GitHub Issues, executes the Phase-A analysis sequence (A1–A6.5: DoR completeness, duplicate/subsumption + similarity, dependency-state validation + native-dep mirror, feasibility, priority re-evaluation, oversize routing, per-issue summary, management-task signals), and produces ONE consolidated triage summary with a per-issue Approve/Defer/Reject recommendation. Auto-execute is the operative default: the A1–A6 enrichment runs end-to-end without per-action approval; only the state-mutating Close/Reject requires operator confirmation, and the Approve/Defer/Reject verdict itself stays operator-only (Tier 3). Reads the pipeline improvement backlog, not the Jira / project delivery backlog. Triggers: "triage the proposed queue", "run Stage-2 triage", "triage the improvement backlog", "run the triage analysis on the proposed issues", "what's the triage recommendation for the proposed backlog".

0 Updated today
cody-hutson