article-health

Audits article corpora by comparing gh-pages publications with Notion content to detect truncation and drift.

1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/refluster/ai-native-article --skill article-health
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-health
Source: https://github.com/refluster/ai-native-article/tree/main/.claude/skills/article-health
Command: npx skills add https://github.com/refluster/ai-native-article --skill article-health

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill audits the L2/L3 article corpus for truncation and Notion ↔ gh-pages drift, ensuring the site is up-to-date and articles are correctly formatted.

Core Features & Use Cases

  • Truncation Check: Identifies articles whose body looks cut off mid-sentence.
  • Notion ↔ gh-pages Sync: Reports on slugs that still serve content older than the current Notion body.
  • Use Case: Run this skill after article-generation changes or when a user reports a broken article to quickly identify issues.

Quick Start

To check the health of the articles, use the command: node .claude/skills/article-health/scripts/article-health.mjs

Frequently Asked Questions about article-health

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

FAQPage Schema
How do I detect content drift between Notion and gh-pages articles?

You can detect content drift between Notion and gh-pages by running a Node.js script that audits the article corpus and reports slugs serving content older than the current Notion body.

What is the best way to check for truncated articles in a published corpus?

Truncated articles in a published corpus are identified by running an article health check script that scans for published pages where the body looks cut off mid-sentence.

Does this article health check require Node.js to run?

Yes, this article health check requires Node.js to execute the specific JavaScript scripts needed to compare published gh-pages content with Notion bodies.

When should I run a Notion sync audit for my article corpus?

You should run a Notion sync audit for your article corpus after article-generation changes or when a broken article is reported, to quickly identify truncation and drift issues.

Can I audit article integrity for sites not hosted on gh-pages?

Auditing article integrity is specifically designed for sites where articles are updated on both gh-pages and Notion, meaning it does not support other hosting platforms.