What problem does it solve? Repositories often drift out of sync with their own documentation: onboarding guides reference dead files, README commands no longer match real build or test entrypoints, and agent-facing guidance becomes stale. This Skill verifies repo readiness with evidence-based checks instead of assumptions, while keeping hygiene findings separate from certification gates. ## Core Features & Use Cases - Onboarding Doc Drift Detection: Scans high-signal onboarding and architecture docs for broken local file references and missing entrypoint documentation. - Command Truth Verification: Compares documented build, test, lint, and run commands against the repo's real command registry and installed framework surfaces. - Advisory Gap Classification: Reports findings by severity and effort as advisory repo-readiness gaps, never as certification failures. - Use Case: Before onboarding AI agents to a new project, run this audit to confirm the README's setup commands actually work, the architecture docs link to real files, and minimal agent guidance exists. ## Quick Start Audit this repository for agent-readiness by checking onboarding docs for dead links and verifying documented commands against real repo entrypoints.