triage

Classify unread Outlook messages into Worth a look and Routine categories.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/LarryHsiao/Skadi --skill triage-larryhsiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/LarryHsiao/Skadi/tree/main/skills/triage
Command: npx skills add https://github.com/LarryHsiao/Skadi --skill triage-larryhsiao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organize your Outlook inbox by filtering unread messages from the last N hours and surfacing only items that deserve attention, reducing noise.

Core Features & Use Cases

  • Classifies unread emails into two buckets: Worth a look and Routine, enabling quick triage during busy periods.
  • Renders a compact two-tier summary showing the most important items and a tally of routine messages for quick decision making.
  • Use case: When you need to quickly identify urgent emails without reading every message.

Quick Start

Tell your assistant to run triage on your unread Outlook mail for the last 24 hours and present the results.

Frequently Asked Questions about triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prioritize unread Outlook emails to find what actually needs attention?

Triage unread Outlook emails by classifying messages from the last N hours into Worth a look and Routine buckets. It surfaces only important items while tallying routine ones, letting you prioritize without reading every message.

How do I quickly filter unread Outlook messages from the last 24 hours?

Filter unread Outlook messages from the last 24 hours by invoking the outlook-fetch hook during the triage workflow. This captures timely items within the default time window and classifies them for quick review without manual sorting.

Can I adjust the time range for triaging unread Outlook mail beyond 24 hours?

Yes, you can adjust the time range for triaging unread Outlook mail by specifying a custom N hours value. The default is 24 hours, but the workflow applies to the last N hours to capture timely items based on your needs.

What's the best way to reduce inbox noise from unread Outlook messages during busy periods?

Reduce inbox noise from unread Outlook messages by using a triage workflow that separates important emails from routine ones. It renders a compact two-tier summary showing actionable items and a tally of routine messages for quick decision making.

Does triage work without any additional dependencies or components installed?

Yes, triage works without additional dependencies or components listed in its configuration. It operates by invoking the built-in outlook-fetch hook to retrieve unread messages and classify them into actionable and routine categories.