docs(skills): update writing-user-docs layout to ADR 0023 revision - #6432
docs(skills): update writing-user-docs layout to ADR 0023 revision#6432dhshah13 wants to merge 2 commits into
Conversation
The skill's Directory Layout still showed the original two-directory split (admin/ and user/) from ADR 0023. The Revision (2026-05) split admin/ into getting-started/ and infrastructure/, and dev/ guides are also indexed in docs/guides/README.md. The stale layout causes skill-compliance reviews to flag correctly-placed guides as structure violations. Update the layout snippet, checklist, and audience wording to match the revised four-directory structure, citing the revision. Signed-off-by: Dharit Shah <dhshah@redhat.com>
E2E tests did not runE2E tests run automatically for org/repo members and collaborators on pull requests. For other contributors, a maintainer must add the See E2E testing guide for details. |
PR Summary by QodoAlign writing-user-docs skill layout with ADR 0023 revision (2026-05)
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Code Review by Qodo
1.
|
The frontmatter description omitted the dev/ audience while the layout and checklist include it, so the skill could be skipped when editing docs/guides/dev/ guides. Signed-off-by: Dharit Shah <dhshah@redhat.com>
The writing-user-docs skill's Directory Layout still shows the original two-directory split (
admin/anduser/) from ADR 0023. The ADR's Revision (2026-05) splitadmin/intogetting-started/andinfrastructure/, withuser/anddev/unchanged;docs/guides/README.mdindexes all four trees.The stale layout causes skill-compliance reviews to flag correctly-placed guides as structure violations (e.g. Qodo on #6429 flagged
docs/guides/infrastructure/distributed-tracing.mdanddocs/guides/dev/tracing.md).Updates the layout snippet, the directory checklist line, and the audience wording to match the revised structure, citing the revision. Docs only.