What problem does it solve?
Ensures repository documentation stays aligned with the Project Context Cache (PCC) and repository state by performing targeted, minimal edits and optionally opening a PR, avoiding large rewrites and drift between docs and code.
Core Features & Use Cases
- PCC refresh and grounding: refreshes PCC before inspection and syncs it after doc changes with the appropriate scope.
- Focused doc scanning: supports focus filters (user, dev, feature, release, all) and an optional scope path to limit scanning.
- Minimal, idempotent edits: applies only minimal diffs to existing documents, never restructuring or adding unrelated sections.
- PR integration & safety: respects git.pr_mode (off/optional/required) and will skip or prompt for PRs accordingly; finalizes iterations by updating bootstrap state.
- Use Case: update README, docs, changelogs, or plugin SKILL.md files to reflect current PCC facts with minimal disruptive changes.
Quick Start
Run workflow-docs-review with focus=all and scope=. to refresh PCC, apply minimal doc updates, sync PCC, and optionally open a PR.