wikipedia-reference-verifiability

Detect Wikipedia page references missing URLs in wikitext content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill detects whether Wikipedia page references contain URLs, enhancing verifiability and supporting NPP (New Page Patrol) processes.

Core Features & Use Cases

  • URL Detection: Identify plain text, template-based citations, shortened footnotes, and named ref reuse lacking URLs.
  • Use Case: Use this Skill during article review to ensure that all references are verifiable, which is crucial for maintaining Wikipedia's standards of verifiability and accuracy.

Quick Start

Check the references in the page 'Example Article' for missing URLs with the command: use wikipedia-reference-verifiability check-ref-urls "Example Article".

Frequently Asked Questions about wikipedia-reference-verifiability

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

FAQPage Schema
How do I check Wikipedia references for missing URLs to improve verifiability?

To check Wikipedia references for missing URLs, use this Skill to parse wikitext content and identify citations lacking URLs. It reports references missing URLs to help maintain verifiability standards during article review.

What types of Wikipedia citations can be checked for URL detection?

URL detection covers plain text citations, template-based citations, shortened footnotes, and named ref reuse lacking URLs. This ensures all reference types in Wikipedia articles are checked for verifiability.

How does detecting URLs in Wikipedia references support the New Page Patrol process?

Detecting URLs in Wikipedia references supports New Page Patrol by identifying citations missing URLs during article review. This ensures new pages meet verifiability standards before approval.

Do I need mwparserfromhell to parse wikitext for Wikipedia reference checking?

Yes, mwparserfromhell is required to parse wikitext content for reference checking. This dependency enables the Skill to accurately identify and report references missing URLs in Wikipedia articles.

Can this Skill detect missing URLs in shortened footnotes and named ref reuse?

Yes, the Skill detects URLs in shortened footnotes and named ref reuse, identifying instances lacking URLs. This comprehensive detection ensures all citation formats are checked for verifiability.

What are the limitations of using wikitext parsing for Wikipedia URL detection?

The Skill relies on wikitext parsing via mwparserfromhell, meaning it operates on raw wiki markup rather than rendered HTML. It identifies missing URLs but does not validate whether existing URLs are live or accurate.