miguel-vila/Verify Docs in Sync with Code
Verify documentation is up-to-date with the codebase using Claude AI. Optionally creates PRs to fix outdated docs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include | Space-separated list of additional files to check (beyond CLAUDE.md and its links) | no | "" |
| verify-only | Only verify docs, do not create fix PRs | no | false |
| verbose | Enable verbose logging (tool calls, token usage) | no | false |
| debug | Enable debug logging (implies verbose) | no | false |
| model | Anthropic model to use for verification | no | claude-haiku-4-5-20251001 |
| anthropic-api-key | Anthropic API key | yes | — |
| github-token | GitHub token for creating PRs (defaults to GITHUB_TOKEN env var) | no | — |
Outputs
| name | description |
|---|---|
| files-checked | Number of documentation files checked |
| files-outdated | Number of files found to be outdated |
| prs-created | Number of PRs created to fix outdated docs |
| pr-urls | Newline-separated list of PR URLs created |
| results-dir | Path to directory containing detailed verification results |