Use this checklist before publishing any page to ensure it meets NeuroWiki standards.
[@citekey] format[text] without URLsreference_lint.py --checklink_fixer.py audit| Element | Good | Needs Work |
|---|---|---|
| Word count | 1000+ | <200 |
| References | 5+ | 0-1 |
| Internal links | 10+ | 0-2 |
| Sections | 4+ | 1-2 |
| Mechanism detail | Explains HOW | Lists facts |
Strong sections include:
Weak sections:
reference_lint.py --fixlink_fixer.py fix| Page Type | Minimum | Good | Excellent |
|---|---|---|---|
| Disease | 50 | 75 | 90+ |
| Gene/Protein | 40 | 70 | 85+ |
| Mechanism | 50 | 75 | 90+ |
| Therapeutic | 45 | 70 | 85+ |
# Validate references
python3 scripts/reference_lint.py --check content/path/page.md
# Validate links
python3 scripts/link_fixer.py audit --path content/path/
# Validate markdown
python3 scripts/mermaid_lint.py --check content/path/page.md
# Audit quality
python3 scripts/page_taxonomy.py audit --path content/path/