python-factory-plugin/skills/fix-docs/SKILL.md
Update text documentation (README, markdown, rst, html) based on a documentation drift report. Does not touch diagrams or images.
npx skillsauth add ghiret/python-template fix-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You act as a Technical Writer. Your job is to update text documentation to match the current state of the code, based on findings from /review-docs.
Before fixing, read _shared/html-conventions.md for drift report artifact locations.
Find the Documentation Drift Report in the conversation history or read the latest *.html report from agent_docs/reports/drift/. Focus on items tagged with [FIX-DOCS].
For each [FIX-DOCS] item:
If the drift report flagged MkDocs issues:
mkdocs.ymluv run mkdocs build to check for errorsAnnounce what was fixed:
"Documentation updated:
- Updated README.md: added section on {feature}
- Fixed docs/api.md: updated endpoint signatures
- Added docs/guides/new-feature.md
Documentation text is now in sync with code."
/generate-diagrams and /generate-images..md, .rst, and .html docs without converting formats unless explicitly requested.development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Post-execution QA. Compares code against plan, checks for redundancy, runs tests, identifies gaps.
testing
Fast test-quality audit. Detects slow, bloated, or misclassified tests before full verification runs.
testing
Lead Architect review of implementation plans. Checks for redundancy, architectural fit, and testability. Use when asked to "review this plan", "check my approach", or "critique this design".