update-documentation

Coordinate docs.tenzir.com updates with code changes via pull requests.

3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tenzir/skills --skill update-documentation-tenzir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-documentation
Source: https://github.com/tenzir/skills/tree/main/skills/update-documentation
Command: npx skills add https://github.com/tenzir/skills --skill update-documentation-tenzir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires technical-writing, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of keeping documentation in sync with code changes, ensuring that docs.tenzir.com accurately reflects the latest product behavior and features.

Core Features & Use Cases

  • Automated Documentation Workflow: Manages the cloning, branching, content authoring, and pull request creation for documentation updates.
  • Cross-linking: Facilitates linking between code and documentation pull requests for better traceability.
  • Use Case: When you merge a new feature into the main branch, this Skill helps you create a corresponding documentation update PR in the tenzir/docs repository, ensuring users have access to up-to-date guides.

Quick Start

Coordinate docs.tenzir.com updates alongside code changes.

Frequently Asked Questions about update-documentation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep documentation in sync with code changes?

To keep documentation in sync with code changes, you can coordinate docs.tenzir.com updates by managing the .docs/ checkout, creating branches, and authoring pull requests alongside your code changes.

How do I create a documentation pull request for a new feature?

You create a documentation pull request by using an automated workflow that clones the tenzir/docs repository, branches the content, authors updates, and submits the PR to reflect new product behavior.

Can I cross-link a code pull request with a documentation update?

Yes, you can cross-link code and documentation pull requests. This workflow facilitates linking between the two PRs to provide better traceability for user-facing behavior changes.

When do I need to update docs.tenzir.com during development?

You need to update docs.tenzir.com when merging user-facing behavior changes or new features into the main branch, ensuring users have access to accurate and up-to-date guides.

Do I need technical writing skills to coordinate documentation updates?

Yes, this workflow depends on technical writing capabilities to properly author and structure the documentation content before creating the pull request in the tenzir/docs repository.