check-docs

Community

Keep documentation in sync with code changes.

Authordjimontyp
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents documentation drift by automatically detecting when code changes require corresponding documentation updates, ensuring your project docs stay current and accurate.

Core Features & Use Cases

  • Change Analysis: Analyzes git commits to identify backend and frontend file modifications
  • Documentation Mapping: Automatically maps code changes to relevant documentation files
  • Missing Docs Detection: Identifies documentation gaps and suggests creation of missing files
  • Use Case: After completing a major feature implementation, use this Skill to identify which API documentation, architecture guides, and frontend docs need updating before your PR review.

Quick Start

Use the check-docs skill to analyze the last 5 commits for documentation needs.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: check-docs
Download link: https://github.com/djimontyp/task-tracker/archive/main.zip#check-docs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository