blog-analyze
Installation
SKILL.md
Blog Analyzer -- Quality Audit & Scoring
Scores blog posts on a 0-100 scale across 5 categories and provides prioritized improvement recommendations. Includes AI content detection analysis. Works with local files or published URLs.
Reference documents:
references/quality-scoring.md-- full scoring checklistreferences/eeat-signals.md-- E-E-A-T evaluation criteria
Input Handling
- Local file: Read the file directly
- URL: Fetch with WebFetch, extract content
- Directory: Scan for blog files, audit all (batch mode)
- Flags:
--format json|table,--batch,--sort score
Scoring Process
Related skills