What problem does it solve?
It helps you verify whether an existing project is in a healthy, agent-friendly state by checking dependency security, test infrastructure, CI/CD coverage, and key configuration gaps.
Core Features & Use Cases
- Dependency health audit: Detects missing lockfiles, runs dependency vulnerability audits by detected language family, and flags outdated dependencies with major version gaps.
- Test and execution readiness check: Detects the test runner from common config files and verifies whether tests can execute (or reports why they can’t).
- CI/CD and configuration completeness review: Evaluates whether lint/test/build/type/security stages are present in CI/CD and identifies missing developer configuration that would hinder consistent agent contributions.
- Agent-readiness report generation: Produces a structured report with prioritized fixes and an overall verdict suitable for brownfield agent onboarding.
Quick Start
Run 10x-health-check in the root directory of your existing project to generate context/foundation/health-check.md with security findings, test readiness, and prioritized fixes.