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

  1. If no document is provided, ask the user to either upload the file, provide a file path, or share the text content directly
  2. Read the document using appropriate tools (read_file for text files; PDF extraction for PDFs)
  3. 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
Installs
5
GitHub Stars
2
First Seen
Mar 1, 2026
analyze-document — dalehurley/phpbot