check

Detect structural, link, field, and graph health issues across wiki namespaces and output a prioritized repair report.

38|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/Chanw-research/claude-code-paper-writing --skill check-chanw-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/Chanw-research/claude-code-paper-writing/tree/main/empirical-research-notes/empirical-wiki/.claude/skills/check
Command: npx skills add https://github.com/Chanw-research/claude-code-paper-writing --skill check-chanw-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically detect structural, link, field, and graph health issues across a wiki and generate a prioritized repair report.

Core Features & Use Cases

  • scans papers, concepts, topics, people, ideas, experiments, claims, Summary pages and graph data for health issues
  • reports issues with severity levels and suggested fixes, and can output in JSON for integration
  • useful for maintaining data quality in large collaborative wikis and ensuring cross-link integrity

Quick Start

Run the lint tool against your wiki root to generate a report and optionally apply deterministic fixes.

Frequently Asked Questions about check

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

FAQPage Schema
How do I check wiki health and find broken links across all namespaces?

To check wiki health and find broken links, run a lint tool against your wiki root to scan all namespaces and graph data, generating a prioritized repair report with severity levels and suggested fixes.

What is the best way to validate graph consistency and data quality in a collaborative wiki?

Validating graph consistency and data quality involves scanning papers, concepts, topics, people, ideas, experiments, claims, and summary pages to detect structural, link, field, and graph health issues automatically.

How do I automate wiki link validation and output the results as JSON?

Automate wiki link validation by running the lint tool which scans wiki and graph files, then outputs the health check results in JSON format for seamless integration into your existing data pipelines.

Can I automatically fix detected wiki health issues or does it only suggest repairs?

You can automatically fix detected wiki health issues using the --fix workflow for deterministic repairs, or use the --suggest workflow to surface prioritized repair guidance without applying changes directly.

Do I need Python tooling to run a wiki health check and audit cross-link integrity?

Yes, you need Python tooling to run this wiki health check, specifically the tools/lint.py script which reads from your wiki directory and graph files to produce a comprehensive lint report.

Why does my wiki data quality degrade and how do I maintain cross-link integrity at scale?

Wiki data quality degrades through collaborative edits that break structural, link, field, and graph consistency; running automated lint scans across all namespaces maintains cross-link integrity and surfaces prioritized repair guidance.