What problem does it solve?
Validate and report on the correctness of a JYH-OS repository's configuration, component dependencies, and runtime state to surface missing files, broken references, configuration drift, and operational warnings without performing any automated fixes.
Core Features & Use Cases
- Three-layer verification: Structural Integrity checks references and file existence, Relationship Graph builds dependency and impact maps, Runtime Health inspects live artifacts and observations.
- Impact analysis: Trace upstream and downstream effects for a changed file or component to guide safe updates and PR scope.
- Qualitative review: Integrates mechanical checks with a rubric-driven review (review.py + claudemd-rubric) for docs, commands, and workflow quality assessment.
- Non-destructive reporting: Produces human-readable markdown and optional JSON outputs; never performs automatic remediation.
Quick Start
Run a full audit on the current repository and emit a JSON report by invoking the skill in full mode.