# doc-updater - Author: M763468 - Repository: M763468/ai-dev-workflow-template - Version: 20260201020159 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/M763468/ai-dev-workflow-template - Web: https://mule.run/skillshub/@@M763468/ai-dev-workflow-template~doc-updater:20260201020159 --- # Doc Updater ## Purpose To update documentation in response to code changes, ensuring that documentation stays synchronized with the codebase. ## Input - A description of the code changes (e.g., a git diff or a summary). - The path to the relevant documentation file(s). ## Output - An updated documentation file reflecting the code changes. - A summary of the documentation updates. ## Steps 1. Review the provided code changes to understand their impact on the documentation. 2. Identify the specific sections of the documentation that need to be updated. 3. Modify the documentation to accurately describe the new or changed functionality. 4. Ensure that the tone, style, and formatting are consistent with the existing documentation. 5. Review the updated documentation for clarity, accuracy, and completeness. ## Example Commands This skill primarily uses file reading and writing tools to perform its tasks. No specific command-line tools are required beyond standard file manipulation.