What problem does it solve?
It helps you determine whether a code repository is ready to release by checking the presence and adequacy of critical files, validating documentation links, detecting stale or placeholder content, and confirming basic automation coverage without inventing anything not found in the repo.
Core Features & Use Cases
- Release readiness scoring: Checks for required baseline hygiene like README, LICENSE, .gitignore, CONTRIBUTING, and presence of CI workflows.
- Structural integrity verification: Flags missing or weak foundational files that block usability, legal clarity, or contributor onboarding.
- Docs and content consistency checks: Detects broken internal/external links, stale doc references to non-existent files, and TODO/FIXME/placeholder text that should not ship.
- Prioritized action plan: Produces an executive summary plus categorized findings and a next-step plan focused on severity.
Quick Start
Use repo-auditor-pro to audit the current repository for release readiness, including missing baseline files, broken links, stale documentation references, TODO/placeholder content, and whether CI is present and passing.