motherhen

Detect drift, staleness, and hygiene gaps across mixed-language repositories.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/msifoss/ai-dlc --skill motherhen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: motherhen
Source: https://github.com/msifoss/ai-dlc/tree/main/skills/skills/motherhen
Command: npx skills add https://github.com/msifoss/ai-dlc --skill motherhen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick, adaptive health check that scans your project for drift, staleness, and hygiene issues. Adapts its checks to what actually exists in the repo — a markdown-only project gets different checks than a full-stack Python app.

Core Features & Use Cases

  • Detects drift across documentation, tests, and foundations to keep your project in sync with its stated goals.
  • Runs adaptive, universal checks or targeted ones based on project type markers, and surfaces actionable insights.
  • Provides a dashboard-style health summary and guidance for remediation, including triggers for deeper audits via /dlc-audit.

Quick Start

Run a full health sweep across the repository to surface hotspots and recommended fixes.

Frequently Asked Questions about motherhen

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

FAQPage Schema
How do I check my repository for documentation drift and project hygiene issues?

An adaptive project health check scans your repository to detect drift, staleness, and hygiene issues across documentation, tests, and foundations. It adjusts its checks based on what actually exists in your repo and surfaces actionable remediation guidance.

What is project drift in a repository and how do automated health checks detect it?

Project drift occurs when documentation, tests, and foundations fall out of sync with stated goals. Adaptive health checks detect it by performing project-aware scans across your repository files to surface inconsistencies and hygiene gaps.

Can I run project health checks on a mixed-language or multi-framework repository?

Yes, you can run health checks on mixed-language and multi-framework repositories. The scan adapts its checks to project type markers, meaning a markdown-only project gets different checks than a full-stack Python app.

Does this repository compliance scan require external execution or CI dependencies?

No external execution beyond the repository's files and optional audit hooks is required. The compliance scan performs adaptive checks directly on your existing repository files to surface hygiene gaps.

How do I trigger a deeper audit after an initial repository health sweep?

After an initial health sweep surfaces hotspots, you can trigger a deeper audit via /dlc-audit. This provides expanded analysis and remediation guidance for identified drift and hygiene gaps.