update-documentation
Installation
SKILL.md
Update Documentation
Handle the operational workflow around docs.tenzir.com changes.
Workflow
- Ensure
.docs/exists and is up to date by cloningtenzir/docsor fetching fromorigin. - Create or check out a topic branch in
.docs/that matches the parent repo branch name. - Author the content update in
.docs/using the docs repository's own documentation guidance and conventions. - Run relevant documentation checks if the docs repository provides them.
- File a
tenzir/docspull request from.docs/. - Cross-link the pull requests using one shared compact footer pattern:
- In the docs PR, append a final
<sub>...</sub>footer block that links the code PR and references the same Linear issue(s), for example⚙️ Code PR: tenzir/tenzir#6048<br>🎫 References TNZ-150, TNZ-151. - In the code PR, append or extend the final
<sub>...</sub>footer with
- In the docs PR, append a final
Related skills