triage-outlook-rules

Deploy and clean up Outlook inbox rules via an idempotent PowerShell script.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JinLee794/L.C.G --skill triage-outlook-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-outlook-rules
Source: https://github.com/JinLee794/L.C.G/tree/main/.github/skills/triage-outlook-rules
Command: npx skills add https://github.com/JinLee794/L.C.G --skill triage-outlook-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Consolidates and automates Outlook inbox rules to enforce a single source of truth and prevent rule sprawl by using an idempotent PowerShell script.

Core Features & Use Cases

  • Centralized rule management: a single script, scripts/setup-outlook-rules.ps1, that deploys all rules and can be re-run safely.
  • Taxonomy-aligned categorization: rules map to LCG category labels (P0-P3, Type, Signal) and are prefixed to enable self-cleanup.
  • Safe deployment workflow: removes existing LCG rules, recreates from configuration, and runs server-side so rules apply even when Outlook is closed.

Quick Start

Run the deployment script to apply and audit your Outlook rules.

Frequently Asked Questions about triage-outlook-rules

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

FAQPage Schema
How do I automate Outlook inbox rule management in Exchange Online?

You can automate Outlook inbox rule management by running an idempotent PowerShell script that centrally deploys and cleans up rules. This enforces a single source of truth and prevents rule sprawl across Exchange Online users.

What is idempotent rule triage for Outlook?

Idempotent Outlook rule triage uses a single PowerShell script to safely remove existing categorized rules and recreate them from configuration. Running it repeatedly ensures predictable rule behavior without creating duplicates.

Do I need the Exchange Online PowerShell module to deploy inbox rules?

Yes, you need the Exchange Online PowerShell module and access to the setup-outlook-rules.ps1 configuration script. These prerequisites allow you to deploy and audit server-side rules that apply even when Outlook is closed.

Can I enforce VIP handling and newsletter suppression across multiple Outlook users?

Yes, centralized Outlook rule automation supports VIP handling and suppression of noisy newsletters. It uses taxonomy-aligned categorization with P0-P3 priority and Type labels to ensure predictable rule behavior across users.

Why do my Outlook rules not apply when the application is closed?

Outlook rules may not apply when closed if they are client-side. This Skill deploys server-side Exchange Online rules, ensuring governance and rule behavior execute predictably regardless of whether the Outlook application is running.