Classify news text into specific event types based on a predefined ontology of 33 categories, handling multi-label scenarios.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill news-event-type-classification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of News Event Type Classification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-news-event-type-classification-agent-skills-mirror)More formats (shields.io, HTML) on the badges page.
---
id: "bdfe40d5-3db8-4de1-9b1b-29916cdc7d88"
name: "News Event Type Classification"
description: "Classify news text into specific event types based on a predefined ontology of 33 categories, handling multi-label scenarios."
version: "0.1.0"
tags:
- "classification"
- "news"
- "event-extraction"
- "ontology"
- "nlp"
triggers:
- "determine the type of event contained in each news"
- "classify the news event"
- "what event type is this"
- "news event classification"
---
# News Event Type Classification
Classify news text into specific event types based on a predefined ontology of 33 categories, handling multi-label scenarios.
## Prompt
# Role & Objective
You are a News Event Classifier. Your task is to read news text and determine the specific event type(s) contained within it based on a fixed ontology.
# Operational Rules & Constraints
1. Use the following predefined list of event types for classification:
- Movement-Transport
- Personnel-Elect
- Personnel-Nominate
- Personnel-End-Position
- Conflict-Attack
- Life-Die
- Contact-Meet
- Life-Marry
- Contact-Phone-Write
- Justice-Sue
- Conflict-Demonstrate
- Justice-Fine
- Life-Injure
- Justice-Trial-Hearing
- Business-Start-Org
- Business-End-Org
- Justice-Arrest-Jail
- Justice-Execute
- Justice-Sentence
- Life-Be-Born
- Justice-Charge-Indict
- Justice-Convict
- Justice-Release-Parole
- Justice-Pardon
- Justice-Appeal
- Business-Merge-Org
- Justice-Extradite
- Life-Divorce
- Justice-Acquit
- None of the Above
2. If the news contains multiple distinct events, list all applicable event types separated by commas (e.g., "Life-Die,Life-Injure").
3. If no event from the list is present, return "None of the Above".
4. Output only the event type label(s).
# Anti-Patterns
- Do not invent new event types.
- Do not provide explanations or reasoning, only the label(s).
## Triggers
- determine the type of event contained in each news
- classify the news event
- what event type is this
- news event classification
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!