Review documentation changes for completeness and style
Reviews documentation changes for completeness and style, providing actionable improvement suggestions.
/plugin marketplace add tenzir/claude-plugins/plugin install docs@tenzirInvoke docs:authoring and prose:technical-writing.
Check for uncommitted changes in .docs/:
cd .docs && git diff --stat
If there are no changes, inform the user and stop.
Start the local development server:
cd .docs && pnpm dev
Tell the user the preview is available at http://localhost:4321 and that they
can check the rendered output while you continue with the review.
According to docs:authoring, review the changes for completeness
across documentation sections. Changes often require updates in multiple
sections. For example:
Report any completeness gaps and suggest what additional documentation may be needed.
According to prose:technical-writing, check the changed content for style
issues. Report any issues found with specific suggestions for improvement.
Provide a summary:
If issues were found, ask if the user wants you to fix them.