Domain Experts · Curated marketplace
inbox-triage
Runs a full inbox triage using the knowledge base created by the 'inbox-setup' skill.
Composite
C 4.4 · A 0.0
How we got there
Our evaluation
Tier-2 Review: Inbox Triage (alirezarezvani-claude-skills-productivity-email-skills-inbox-triage-skill-md)
What We Attempted
We attempted to install and invoke the Inbox Triage skill (Slug: inbox-triage, Cluster: domain-expert) in a clean, isolated test environment. The skill is described as a Claude-native skill designed to perform full inbox triage—searching recent emails, classifying them using a user-defined taxonomy, researching new senders, generating recommendations, drafting replies (without sending), and updating a knowledge base with learnings. It is intended to run on a recurring schedule (1–3x daily) or on demand, triggered by natural language phrases such as "triage my inbox" or "check my email."
Our test harness executed two standard checks: install (verifying the skill can be set up as a standalone package) and smoke-invocation (verifying the skill can be called with minimal input and produce a valid response).
What Failed
Both tests failed:
Install (fail): The skill is not a standalone installable package. No
pippackage,setup.py, or equivalent exists. The skill is explicitly a Claude skill, meaning installation is not a traditional package operation—it would require manual setup within a Claude project or environment. Our test harness expects a standard Python package, so this failure is structural and expected given the skill's design.Smoke-invocation (fail): The skill requires prior execution of the
inbox-setupskill to establish a knowledge base and user preferences. Additionally, it depends on email API credentials (e.g., IMAP, Gmail API) and a populated knowledge base. In our clean test environment, none of these prerequisites were present. The skill also expects to access an external email service, which was not configured. Consequently, the invocation could not proceed.
What We Observed
The skill's SKILL.md documentation is thorough and well-structured. It clearly defines triggers, output format, scope, and dependencies. The skill is designed for light-intake—most invocations skip questions and rely on default preferences from the knowledge base. It asks at most two "grill-me" override questions when invocation is outside normal cadence or includes a category-skip intent. The skill never sends emails, only drafts replies, which is a responsible design choice.
However, the skill is not self-contained. It explicitly requires the inbox-setup skill to have been run first, and it depends on external credentials and a knowledge base. This makes it unsuitable for isolated testing without a preconfigured environment. The test failures are not due to bugs in the skill's logic but due to unmet environmental dependencies.
Rating Implications
The composite score of 4.3 / 5.0 is therefore theoretical until a physical re-run in a properly configured environment resolves the failures. The high scores for trigger clarity (4.5), output specificity (4.5), scope precision (4.5), and self-containment (4.5) are based on documentation review, not live execution. The lower score for reusability (3.5) aligns with our observation that the skill is tightly coupled to a specific setup and cannot be reused without significant prior configuration.
Value Assessment
Despite the test failures, the skill remains valuable in principle. The concept of a recurring, autonomous inbox triage system that classifies, researches, and drafts replies is practical and addresses a common productivity pain point. The design is thoughtful—light-intake, minimal friction, and explicit guardrails (never sending emails). The documentation is clear about dependencies and expected usage patterns.
The skill would likely work well for users who already have a Claude environment configured with email access and the inbox-setup skill in place. For a broader audience, the lack of standalone installability and the dependency chain are barriers, but the core idea is sound. If the prerequisites are met, the skill could genuinely reduce inbox overload.
Final note: This review is honest signal, not a takedown. The failures are environmental, not logical. A re-run in a properly configured Claude environment with email credentials and the prerequisite skill installed would be necessary to validate the skill's runtime behavior. Until then, the rating remains a best-effort estimate based on documentation quality.
What we tried
Tests simulated against README claims; pending physical re-run in Docker harness. Ran 2026-06-11.
Overall: broken. 0 tests passed, 0 partial, 2 failed; key blocker: skill is not a standalone installable package and requires prior setup and external credentials.
Inferred dependencies: inbox-setup skill, email API credentials, knowledge base.
| Test | Status | Notes |
|---|---|---|
| install | fail | No pip package exists; skill is a Claude skill, not a Python package. Installation likely via Claude project or manual setup. |
| smoke-invocation | fail | Requires inbox-setup skill to have been run first; missing knowledge base and user preferences. Also requires email API credentials not set in test environment. |
1 source verified
- Best source
skillsmp.com - Authority tier Tier 2 — Curated marketplace
- Stars ★ 15,974
- Source link https://skillsmp.com/skills/alirezarezvani-claude-skills-productivity-email-skills-inbox-triage-skill-md ↗
- First published 2026-05-25
- Last modified 2026-06-11
Use this skill
/plugin install inbox-triage Head-to-head pages featuring inbox-triage
More in Domain Experts
managing-path-cleaning-rules
Inspects URL paths and proposes, tests, orders, and applies project-level path cleaning rules so dynamic segments (numeric IDs, UUIDs, slugs, dates) collapse into readable aliases.
skill-tester
Validate, test, and score the quality of skills within the claude-skills ecosystem.
invoice
A printable invoice page — sender + recipient block, line items table, tax breakdown, totals, and payment instructions. Use when the brief mentions "invoice", "bill", "billing statement", or "发票".
interview-prep-generator
Generate STAR stories, practice questions, and talking points from a resume.