docs-tracker

Track codebase changes with git diff and update documentation and changelogs.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/LimaTechnologies/admin-telegram-bot --skill docs-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-tracker
Source: https://github.com/LimaTechnologies/admin-telegram-bot/tree/main/.claude/skills/docs-tracker
Command: npx skills add https://github.com/LimaTechnologies/admin-telegram-bot --skill docs-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill eliminates the manual burden of keeping project documentation in sync with the codebase. It continuously detects changes and ensures docs reflect the current state of the repository.

Core Features & Use Cases

  • Change Detection: Uses git diff to identify Added, Modified, and Deleted files.
  • Doc Generation & Update: Creates docs for new files and updates existing docs for modified files.
  • Changelog Management: Removes outdated docs and generates a changelog for releases.
  • Use Case: In a rapidly evolving project, the skill keeps the docs up-to-date with a single command, reducing maintenance time.

Quick Start

Run the docs-tracker tool against your repository to scan recent commits, auto-generate or adjust docs, and produce an up-to-date changelog.

Frequently Asked Questions about docs-tracker

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

FAQPage Schema
How do I automate documentation updates from git diff?

You can automate documentation updates by scanning recent commits to detect added, modified, or deleted files, then generating or adjusting docs to reflect the current repository state.

What is the best way to generate a changelog from codebase changes?

The best way to generate a changelog from codebase changes is to track file modifications in your repository and output a structured changelog that removes outdated docs and highlights new updates.

Does this docs generation tool work for rapidly evolving projects?

Yes, this docs generation tool works for rapidly evolving projects by continuously detecting codebase changes and ensuring documentation stays in sync with a single command, reducing manual maintenance time.

Can I keep my project documentation in sync without manual maintenance?

You can keep project documentation in sync without manual maintenance by continuously detecting changes in the codebase and automatically updating the documentation store to reflect the current state.

How does change detection handle deleted files in a documentation store?

Change detection for deleted files in a documentation store removes outdated docs automatically and ensures the generated changelog accurately reflects the removed content from the codebase.

Do I need any external dependencies to run the docs tracker?

No, you do not need any external dependencies to run the docs tracker, as it relies solely on git diff to detect changes and manages documentation updates natively within your repository.