triage

Review recent tasks and decide next actions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "triage" with this command: npx skills add montagao/skills/montagao-skills-triage

/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?")

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

library-ebooks

No summary provided by upstream source.

Repository SourceNeeds Review
General

plane-api

No summary provided by upstream source.

Repository SourceNeeds Review
General

clean-history

No summary provided by upstream source.

Repository SourceNeeds Review
General

llm-seo

No summary provided by upstream source.

Repository SourceNeeds Review