Kanboard Doctor
SkillDocs & knowledgeDiagnose and fix kanboard parser issues — validates all workflow documents, reports errors, suggests fixes.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Kanboard Doctor skill
What this skill tells your AI
The instructions your AI receives, as published by neuron-mr-white/unipi in packages/kanboard/skills/kanboard-doctor/SKILL.md and read by ahel’s review.
Diagnose parser issues across all workflow documents. Non-destructive — only suggests fixes, asks user to confirm.
Phase 1: Run All Parsers
Execute each parser against its document type directory:
- Load the parser registry from
@pi-unipi/kanboard - Run
registry.parseAll(".unipi/docs")to parse all documents - Collect all
ParsedDocresults including theirwarningsarrays
Phase 2: Collect Errors
Group warnings and errors by file with line numbers:
- For each
ParsedDocwithwarnings.length > 0:- Group by
filePath - Include line numbers where available
- Categorize: malformed checkboxes, empty fields, parse failures
- Group by
- Also flag documents that returned 0 items (may indicate parsing failure)
Phase 3: Present Report
Show a structured error report:
📋 Kanboard Doctor Report
Files scanned: N
Files with issues: M
📄 .unipi/docs/specs/example.md
⚠ Line 15: Empty checkbox text
⚠ Line 23: Malformed checkbox (missing bracket)
📄 .unipi/docs/plans/old-plan.md
⚠ Line 5: Empty task name after status
Phase 4: Fix One by One
For each issue, suggest a fix and ask user to confirm:
- Show the problematic line with context
- Suggest the corrected version
- Ask: "Apply this fix? (y/n)"
- If yes, apply the fix using the edit tool
- Move to next issue
Non-destructive rules:
- Never modify without asking
- Show before/after for each change
- Allow skipping individual fixes
- Allow "fix all" for simple patterns (e.g., trailing whitespace)
Phase 5: Re-validate
After each fix, re-run the parser on the modified file:
- Parse the file again
- Verify the specific error is resolved
- Check that no new errors were introduced
- Report: "✓ Fixed" or "✗ Still has issues"
After all fixes, run full registry.parseAll() to confirm clean state.
Signals
- GitHub stars
- 64
- Forks
- 15
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
kanboard-doctor- Source
- github.com/neuron-mr-white/unipi