subagent-doc-check

Compare code, documentation, and rule-chain facts to report repository drift.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/kimjuyoung1127/dangapp --skill subagent-doc-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagent-doc-check
Source: https://github.com/kimjuyoung1127/dangapp/tree/main/.claude/skills/dang-guide/ops/subagent-doc-check
Command: npx skills add https://github.com/kimjuyoung1127/dangapp --skill subagent-doc-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses inconsistencies between code, documentation, and internal rule sets within a repository, ensuring a unified and accurate representation of the project's state.

Core Features & Use Cases

  • Fact Collection: Gathers code, documentation, and rule-chain facts independently.
  • Drift Comparison: Compares collected facts to identify discrepancies.
  • Reporting: Generates structured reports detailing identified drift without altering code.
  • Use Case: When a new feature is added, this Skill can verify that the code, its corresponding documentation in docs/status/, and any relevant operational guidance files are all in sync.

Quick Start

Use the subagent-doc-check skill to compare the code facts, docs facts, and rule-chain facts for the user authentication module.

Frequently Asked Questions about subagent-doc-check

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

FAQPage Schema
How do I detect documentation drift between code and internal rules in a repository?

To detect documentation drift, compare code facts, documentation facts, and rule-chain facts across routes, feature modules, hooks, types, schema artifacts, and guidance files. Validating consistency across these diverse data sources identifies discrepancies and reports drift without altering code.

What is code and documentation consistency validation?

Code and documentation consistency validation is the process of scanning repository artifacts like routes, feature modules, schema changelogs, and status boards to verify that implementation details match their documented facts. It generates structured reports detailing identified drift without altering code.

Can I check if a new feature module is in sync with its status board and schema changelog?

Yes, you can check if a new feature module is in sync by gathering facts from the code, docs, and rule-chain independently. The validation compares these collected facts to identify discrepancies across status boards, parity matrices, and schema artifacts.

How do I report code and documentation inconsistencies without altering the source code?

You report code and documentation inconsistencies by scanning the repository for drift across guidance files, hooks, and types, then generating a structured report detailing the identified discrepancies. This validation process operates independently and does not alter code.

What's the best way to validate rule-chain facts against repository documentation?

The best way to validate rule-chain facts against repository documentation is to collect facts independently from rules, code, and docs, then compare them across schema artifacts and parity matrices. This ensures a unified and accurate representation of the project's state.