udoc

Update project documentation and generate changelog entries from completed tasks.

12|2|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill udoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: udoc
Source: https://github.com/alexandrbasis/wythm-claude-workflows/tree/main/.claude/skills/udoc
Command: npx skills add https://github.com/alexandrbasis/wythm-claude-workflows --skill udoc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating project documentation and generating changelog entries based on completed task implementations, ensuring that documentation stays current with code changes.

Core Features & Use Cases

  • Automated Documentation Updates: Reflects code changes in relevant documentation files.
  • Changelog Generation: Creates new entries for the changelog based on task completion and documentation modifications.
  • Use Case: After implementing a new feature, use this Skill to automatically update the user guide and add a concise entry to the changelog, saving significant manual effort.

Quick Start

Use the udoc skill to update documentation for the task located in the directory tasks/task-2026-02-09-feature-name.

Frequently Asked Questions about udoc

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

FAQPage Schema
How do I automate changelog generation after implementing a new feature?

Automated changelog generation parses completed task directories to identify relevant files, creating new changelog entries that reflect feature implementations and documentation modifications.

How do I update project documentation to match recent code updates?

Documentation updates are performed by parsing task directories to identify relevant files, ensuring that project documentation files accurately reflect recent code changes and feature implementations.

Can I automatically update user guides based on completed task implementations?

Yes, you can automatically update user guides by targeting the specific task directory, which allows the process to identify modified files and apply the necessary documentation updates.

Do I need specific agents to automate documentation updates and changelog generation?

Yes, executing documentation updates and changelog generation requires the use of 'docs-updater' and 'changelog-generator' agents to parse task directories and create entries.

What is the best way to keep documentation current with code changes across multiple tasks?

The best way to keep documentation current is to run the automation process against each completed task directory, parsing the implemented files to generate accurate changelog entries and documentation updates.