classification

Classify flagged content by violation type and severity for moderation routing.

7|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill classification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: classification
Source: https://github.com/brainbrewlabs/brainbrew-devkit/tree/main/plugin/config/templates/moderation/skills/classification
Command: npx skills add https://github.com/brainbrewlabs/brainbrew-devkit --skill classification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Moderation teams need to quickly categorize flagged content by violation type and urgency to route items to the right reviewers and apply appropriate SLAs.

Core Features & Use Cases

  • Primary categories: hate speech, violence, adult content, spam, misinformation, PII exposure, copyright
  • Severity assessment: assigns a hierarchy (Critical/High/Medium/Low) and suggests queue priority
  • Context-aware routing: factors user history, content type, reach, and immediacy to influence decisions
  • Output structure: provides category, severity, confidence, context factors, risk assessment, and queue priority for downstream systems

Quick Start

Provide a sample flagged content payload to classify and receive a structured result.

Frequently Asked Questions about classification

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

FAQPage Schema
How do I classify flagged content by violation type and severity for moderation routing?

To classify flagged content for moderation routing, provide a sample content payload to receive a structured result. The output details violation category, severity hierarchy, confidence score, context factors, risk assessment, and queue priority for downstream systems.

What content safety categories can be identified during moderation classification?

Content safety classification identifies primary categories including hate speech, violence, adult content, spam, misinformation, PII exposure, and copyright. It assesses severity from Critical to Low and suggests queue priority based on context factors.

Does moderation classification factor in user history and content reach for routing decisions?

Moderation classification applies context-aware routing by factoring user history, content type, reach, and immediacy. These context factors influence the risk assessment and final queue priority assigned to the flagged content.

What is the best way to structure moderation outputs for downstream SLA and routing systems?

The best way to structure moderation outputs is by generating a result containing category, severity, confidence, context factors, risk assessment, and queue priority. This structure ensures downstream systems can apply appropriate SLAs and route items effectively.