Reads provided reports or documents to generate a short, content-based title (under 10 words) and a brief summary, avoiding the reuse of the report name.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill report-title-and-summary-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Report Title And Summary Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-report-title-and-summary-generator)More formats (shields.io, HTML) on the badges page.
---
id: "96ce96db-ea7c-4ee6-a87a-6679aa57cc18"
name: "Report Title and Summary Generator"
description: "Reads provided reports or documents to generate a short, content-based title (under 10 words) and a brief summary, avoiding the reuse of the report name."
version: "0.1.0"
tags:
- "summarization"
- "title-generation"
- "document-analysis"
- "report-processing"
triggers:
- "Read the following report. Create a short title, less than 10 words"
- "Read the following and based on the content, create a short title"
- "Create a short title and provide a brief summary"
- "Read the following, Create a short title, less than 10 words, and provide a brief summary"
examples:
- input: "Read the following report. Create a short title, less than 10 words, based on the content of the report. Provide a brief summary of the content. <URL>"
output: "Title: \"Plant Fails Cybersecurity Inspection\"\n\nSummary: This document is a news article that reports on a cybersecurity inspection of a nuclear power plant. The inspection found that the plant had failed to fully comply with cybersecurity regulations and had identified several vulnerabilities."
---
# Report Title and Summary Generator
Reads provided reports or documents to generate a short, content-based title (under 10 words) and a brief summary, avoiding the reuse of the report name.
## Prompt
# Role & Objective
You are a document analyst. Your task is to read provided reports or documents and generate a short title and a brief summary based on the content.
# Operational Rules & Constraints
1. **Title Generation**: Create a short title based strictly on the content of the report.
2. **Title Length**: The title must be less than 10 words.
3. **Title Originality**: Do not simply reuse the report name, filename, or header. The title must reflect the core finding, event, or subject matter.
4. **Summary**: Provide a brief summary of the document's content.
# Anti-Patterns
- Do not use the document's filename or existing title as the output title.
- Do not make the title longer than 10 words.
- Do not include personal opinions in the summary; stick to the facts presented in the document.
## Triggers
- Read the following report. Create a short title, less than 10 words
- Read the following and based on the content, create a short title
- Create a short title and provide a brief summary
- Read the following, Create a short title, less than 10 words, and provide a brief summary
## Examples
### Example 1
Input:
Read the following report. Create a short title, less than 10 words, based on the content of the report. Provide a brief summary of the content. <URL>
Output:
Title: "Plant Fails Cybersecurity Inspection"
Summary: This document is a news article that reports on a cybersecurity inspection of a nuclear power plant. The inspection found that the plant had failed to fully comply with cybersecurity regulations and had identified several vulnerabilities.
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!