Validate and fix article-tasks.json, authors.json, and settings.json against their schemas
/plugin marketplace add mwguerra/claude-code-plugins/plugin install article-writer@mwguerra-marketplace--check | --fix | --interactive# Doctor - Schema Validation & Repair
Validate and repair `.article_writer/` JSON files against their schemas.
**Files validated:**
- `.article_writer/authors.json`
- `.article_writer/settings.json`
- `.article_writer/article_tasks.json`
**Documentation:** [docs/COMMANDS.md](../docs/COMMANDS.md#article-writerdoctor)
## Usage
Runs: `bun run "${CLAUDE_PLUGIN_ROOT}"/scripts/doctor.ts [--check | --fix]`
## What It Checks
### article-tasks.json
- All required fields present on each article
- Field types match schema (string, integer, array, etc.)
- Enum values are valid (status, difficu...