project-docs-maintainer
Original:🇺🇸 English
Translated
4 scripts
Maintain `*-skills` README standards and checklist-style roadmap docs through one canonical maintenance entrypoint. Use when a repo needs profile-aware README maintenance, checklist roadmap validation or migration, or a bounded audit-first doc workflow with Markdown and JSON reporting.
4installs
Added on
NPX Install
npx skill4agent add gaelic-ghost/productivity-skills project-docs-maintainerTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Project Docs Maintainer
Use one canonical skill entrypoint for documentation maintenance, then choose the matching mode.
Inputs
mode=skills_readme_maintenance- Required:
--workspace <path> - Optional: , repeatable
--repo-glob <glob>,--exclude <path>--apply-fixes
- Required:
mode=roadmap_maintenance- Required: ,
--project-root <path>--run-mode <check-only|apply> - Optional:
--roadmap-path <path>
- Required:
- Use canonical mode names in all new prompts.
- Treat as compatibility-only.
skills_readme_alignment
Workflow
- Pick the canonical from the user request.
mode - Run the read-only variant first:
- : audit first
skills_readme_maintenance - :
roadmap_maintenancefirst--run-mode check-only
- Review findings and keep the fix scope bounded to the selected mode.
- If the user requested edits, run the corresponding bounded write path:
- :
skills_readme_maintenance--apply-fixes - :
roadmap_maintenance--run-mode apply
- Re-run the same mode to confirm remaining issues.
- Return the mode-specific Markdown and JSON report shape.
skills_readme_maintenance
skills_readme_maintenance- Script:
scripts/skills_readme_maintenance.py - Scope: maintenance for
README.mdrepositories*-skills - References:
references/output-contract.mdreferences/section-schema.mdreferences/discoverability-rules.mdreferences/profile-model.md
roadmap_maintenance
roadmap_maintenance- Script:
scripts/roadmap_alignment_maintainer.py - Scope: checklist-style validation, migration, and bounded normalization
ROADMAP.md - References:
references/roadmap-customization.mdreferences/roadmap-config-schema.md
Output Contract
skills_readme_maintenance- Return Markdown plus JSON with:
run_contextrepos_scannedprofile_assignmentsschema_violationscommand_integrity_issuesfixes_appliedpost_fix_statuserrors
- If there are no issues and no errors, output exactly
No findings.
- Return Markdown plus JSON with:
roadmap_maintenance- Return Markdown plus JSON with:
run_contextfindingsapply_actionserrors
- If there are no findings, no apply actions, and no errors, output exactly
No findings.
- Return Markdown plus JSON with:
Guardrails
- Never auto-commit, auto-push, or open a PR.
- Never edit source code, manifests, lockfiles, or CI files.
- In , keep edits bounded to
skills_readme_maintenanceand explicitly approved snippet insertions intoREADME.md.AGENTS.md - In ,
roadmap_maintenancemode may edit only the targetapply.ROADMAP.md - Keep deprecated aliases out of the main path and mention them only when handling legacy prompts.
References
references/output-contract.mdreferences/skills-readme-maintenance-automation-prompts.mdreferences/roadmap-automation-prompts.mdreferences/profile-model.mdreferences/section-schema.mdreferences/discoverability-rules.mdreferences/fix-policies.mdreferences/roadmap-customization.mdreferences/roadmap-config-schema.md