triage

SKILL.md

/triage

Triage quickly with this priority order: in_progress > todo > claw_inbox.

Tool use

  1. Use plane-api to fetch active work first:
  • action: "list"
  • limit: 20
  • filters.state: "in_progress"
  1. Use plane-api to fetch queued work next:
  • action: "list"
  • limit: 20
  • filters.state: "todo"
  1. Use plane-api to fetch inbox candidates:
  • action: "list"
  • limit: 20
  • filters.labels: ["claw_inbox"]
  1. Build recommendations with priority ordering:
  • in_progress items first
  • then todo items
  • then claw_inbox items
  1. If user chooses actions (e.g. "mark #2 high priority", "set due tomorrow", "archive #5"), use plane-api action: "update" with the relevant patch.

  2. If you include links to specific items, use the canonical url returned by plane-api; never construct Plane issue URLs manually.

Output

  • Top 5 next actions (1 line each, why + next step)
  • Split/clarify candidates
  • One question max if needed (e.g. "Is this work or personal?")
Weekly Installs
6
Repository
montagao/skills
GitHub Stars
2
First Seen
14 days ago
Installed on
openclaw6
github-copilot6
codex6
kimi-cli6
gemini-cli6
cursor6