askill
categorize-feedback

categorize-feedbackSafety 85Repository

Classify an inbox message identified as client feedback. Assign category, sentiment, and urgency. Use for messages matching the configured feedback label pattern (e.g., subject starts with [Feedback]).

0 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

Categorize Feedback

Purpose

Process a client feedback message by classifying it into a structured category with sentiment and urgency scoring, then persisting the result.

Instructions

  1. Extract key phrases from the subject and any available metadata (do NOT use or store the email body — metadata only)
  2. Call categorize_feedback with the message ID, subject, sender, and extracted key phrases
  3. Inspect the returned FeedbackCategory:
    • Record the category (BugReport / FeatureRequest / Praise / Complaint / Question / Other)
    • Record sentiment score (-1 to +1)
    • Record urgency level (Low / Medium / High / Critical)
  4. If IsHighPriority is true (urgency = High or Critical):
    • The tool will automatically flag the item for human review via AlertService
    • Log the escalation with reason
  5. Add the message ID to the processed-message log with disposition "Categorized"

Category Definitions

  • BugReport: Client reports a defect or malfunction
  • FeatureRequest: Client requests new functionality
  • Praise: Positive feedback with no action required
  • Complaint: Negative feedback about service, quality, or experience
  • Question: Request for information or clarification
  • Other: Does not fit other categories

Expected Output

The structured FeedbackCategory: category, sentiment, urgency, and whether it was escalated.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

74/100Analyzed 2/25/2026

Well-structured feedback categorization skill with clear purpose, numbered steps, and comprehensive category definitions. Includes privacy-conscious instruction to only use metadata. Sufficiently complete for its use case though lacks error handling details. Located in internal agent path but demonstrates good technical reference structure suitable for similar systems.

85
82
58
78
72

Metadata

Licenseunknown
Version1.0.0
Updated2/21/2026
Publisherm0x6A

Tags

No tags yet.