analyze-document
Installation
SKILL.md
Analyze Document
Input Parameters
| Parameter | Required | Description | Example |
|---|---|---|---|
document_source |
Yes | The document to analyze — can be a file path, uploaded file, or direct text content | /path/to/document.pdf or direct text content |
Procedure
- If no document is provided, ask the user to either upload the file, provide a file path, or share the text content directly
- Read the document using appropriate tools (
read_filefor text files; PDF extraction for PDFs) - Analyze structure, content, clarity, and relevance — provide feedback on strengths, areas for improvement, and key observations
Notes
- Always obtain document content before beginning analysis
- Provide constructive, balanced feedback