article-evaluation-pipeline

Evaluate articles for voice authenticity through a deterministic four-phase pipeline.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill article-evaluation-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-evaluation-pipeline
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/article-evaluation-pipeline
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill article-evaluation-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This pipeline provides a deterministic, four-phase framework to evaluate articles for voice authenticity and quality without producing content itself, helping writers and editors distinguish authentic voice from AI-like writing.

Core Features & Use Cases

  • Wabi-sabi-aware 4-phase pipeline: Fetch, Validate, Analyze, and Report for comprehensive article evaluation.
  • Voice authenticity checks with deterministic validation and line-number attribution.
  • Classification of imperfections into authentic markers vs violations, with a detailed report.

Quick Start

Provide the article to evaluate by giving a URL or local file path and start the evaluation workflow.

Frequently Asked Questions about article-evaluation-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate an article for voice authenticity and detect AI-like writing?

To evaluate an article for voice authenticity, provide a URL or local file path to trigger a deterministic 4-phase pipeline that fetches, validates, analyzes, and reports voice quality. It distinguishes authentic voice markers from AI-like writing violations using line-level attribution.

What is the best way to validate content against a specific voice profile?

Validating content against a voice profile is handled by the pipeline's Analyze phase, which checks your article's text against the profile. It classifies imperfections into authentic markers or violations and outputs a detailed report.

How does line-level attribution work during article quality evaluation?

Line-level attribution in article quality evaluation maps specific voice authenticity issues directly to exact line numbers in the text. This deterministic validation pinpoints exactly where AI-like writing patterns or voice violations occur.

Can I evaluate local files and URLs for voice quality without generating new content?

Yes, you can evaluate both local files and URLs for voice quality without generating content. The pipeline strictly fetches and analyzes existing text, saving fetched content and reports to temp files while enforcing strict gating and error handling.

How does the wabi-sabi approach classify imperfections in an article evaluation report?

The wabi-sabi approach classifies imperfections in an article evaluation report by differentiating authentic voice markers from actual violations. This framework ensures natural flaws are recognized as genuine rather than penalized as AI-like writing.

What are the limitations of using a deterministic pipeline for voice-pattern review?

A limitation of using this deterministic pipeline for voice-pattern review is that it strictly evaluates existing text and does not generate or rewrite content. It enforces artifacts and saves reports to temp files without modifying the original article.