wikipedia-en-article-audit

Audit English Wikipedia articles for factual accuracy, structure, and NPOV compliance.

15|6|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikipedia-en-article-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wikipedia-en-article-audit
Source: https://github.com/fuzheado/Wikipedia-AI-Skills/tree/main/.claude/skills/wikipedia-en-article-audit
Command: npx skills add https://github.com/fuzheado/Wikipedia-AI-Skills --skill wikipedia-en-article-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, mwparserfromhell, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the audit of English Wikipedia articles for factual accuracy, structural issues, and neutral point of view violations, providing a structured task graph for follow-up correction.

Core Features & Use Cases

  • Factual Accuracy: Automatically scan articles for factual errors and unsupported claims.
  • Structural Analysis: Check for article structure, infobox completeness, and category presence.
  • NPOV Compliance: Identify potential neutral point of view violations.
  • Use Case: Use this Skill to audit an article about a historical figure, ensuring all claims are verifiable, the structure is sound, and the content is neutral.

Quick Start

Audit the English Wikipedia article on [Your Article Title] using the wikipedia-en-article-audit skill.

Frequently Asked Questions about wikipedia-en-article-audit

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

FAQPage Schema
How do I automate a Wikipedia article audit for factual accuracy and NPOV compliance?

You can automate a Wikipedia article audit by running a three-phase process that diagnoses factual errors, verifies structural issues, and generates a task graph for follow-up correction using the Wikipedia and Wikidata APIs.

What does automated fact checking and NPOV analysis look for in English Wikipedia articles?

Automated fact checking and NPOV analysis scans articles for unsupported claims, factual errors, missing infoboxes, incomplete categories, and neutral point of view violations, producing a structured task graph for corrective action.

Do I need Python and mwparserfromhell to check Wikipedia articles for structural issues?

Yes, you need Python 3.10 or higher along with the requests and mwparserfromhell dependencies to parse Wikipedia article structure and access the required APIs for auditing.

Can I generate a task graph for correcting Wikipedia article issues automatically?

Yes, the audit process generates a task graph during its third phase, which outlines the specific structural, factual, and NPOV corrections needed for automated follow-up on the Wikipedia article.

What is the best way to verify Wikipedia infobox completeness and category presence?

The best way to verify infobox completeness and category presence is to run an automated structural analysis that parses the article markup and checks for missing or incomplete structural elements.

Are there limitations when auditing Wikipedia articles for neutral point of view violations?

Audit limitations depend on access to Wikipedia and Wikidata APIs for claim verification, requiring proper Python environment setup with mwparserfromhell to accurately parse and identify NPOV violations within the article text.