support-triage

Transform weekly support exports into trend briefs with category mix and spike detection.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Flintmere/flintmere --skill support-triage-flintmere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: support-triage
Source: https://github.com/Flintmere/flintmere/tree/main/.claude/skills/support-triage
Command: npx skills add https://github.com/Flintmere/flintmere --skill support-triage-flintmere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads an aggregated categorical export from the support inbox and produces a weekly trend brief, enabling teams to act on recurring patterns without inspecting individual tickets.

Core Features & Use Cases

  • Trend-focused analysis: compute category mix, detect spikes against a 4-week baseline, and surface time-sensitive flags.
  • Routing and ownership: route trends to the owning skill per support-categories.md to orchestrate remediation.
  • Operational delivery: emit a weekly triage brief to context/admin-ops/support/briefs with the appropriate filename for archival.

Quick Start

Generate the weekly triage brief from the aggregated export and save it to context/admin-ops/support/briefs/<YYYY-MM-DD>-triage.md.

Frequently Asked Questions about support-triage

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

FAQPage Schema
How do I generate a weekly support triage brief from inbox data?

Generate a weekly support triage brief by feeding an aggregated categorical inbox export into the skill, which computes category mix, detects spikes against a 4-week baseline, and routes trends to owning skills. Save the output brief to context/admin-ops/support/briefs with a dated filename.

What does support trend analysis do with individual tickets and user data?

Support trend analysis remains read-only on the weekly export and omits individual tickets and user data entirely. It processes only aggregated categorical data to enforce privacy rules while producing a concise weekly trend brief.

Can I detect support ticket spikes against a historical baseline?

Yes, you can detect support ticket spikes by comparing the current week's aggregated export against a 4-week baseline. The analysis flags time-sensitive items and surfaces significant volume shifts across support categories.

Does the weekly triage brief support routing trends to specific owners?

Yes, the weekly triage brief routes detected trends to owning skills based on rules defined in support-categories.md. This routing orchestration ensures recurring patterns are directed to the correct teams for remediation.

What format should the weekly support export be in for trend analysis?

The weekly support export must be an aggregated categorical export from the support inbox. The trend analysis operates on this aggregated data to compute category mix and detect spikes without inspecting individual tickets.

Why does my support triage brief omit individual ticket details?

Your support triage brief omits individual ticket details to enforce strict privacy rules defined in memory and companion skills. The brief focuses exclusively on aggregated trend analysis and category mix rather than user-level data.