automating-docs-updates

Automating Docs Updates on Commit

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "automating-docs-updates" with this command: npx skills add wizeline/sdlc-agents/wizeline-sdlc-agents-automating-docs-updates

Automating Docs Updates on Commit

Overview

This skill ensures that documentation stays synchronized with the codebase by automatically intercepting commit/push workflows. Whenever a user is about to commit and push changes via Git, this skill analyzes the changes and updates the relevant documentation before the commit is finalized.

Workflow

  • Analyze Changes: Read the changes being committed (e.g., via git diff --cached or viewing the modified files).

  • Identify Relevant Documentation: Determine which documentation files (API docs, architecture overviews, user guides, or the README) cover the code that was changed.

  • Update Documentation: Apply the necessary updates to the documentation using the standard authoring-technical-docs guidelines.

  • Stage Updates: Stage the newly updated documentation files so they are included in the same commit.

  • Proceed with Commit/Push: Once the docs are updated and staged, the normal commit and push process can proceed.

Guidelines

  • Completeness: Make sure all affected endpoints, functions, and architectural components are updated in the docs.

  • Accuracy: The updated docs must accurately reflect the code changes.

  • Integration: Works in tandem with other docs-engineering skills like authoring-api-docs or authoring-release-docs depending on what was changed.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

editing-pptx-files

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

processing-pdfs

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

incident-ingesting

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

authoring-user-docs

No summary provided by upstream source.

Repository SourceNeeds Review