Getting Started
What Harnix does
Section titled “What Harnix does”Harnix scans a repository for harness readiness signals such as agent guidance, documentation, CI, and testing setup.
Each scan produces:
- A console summary with per-check status and recommendations
- A Markdown report file for sharing in issues and pull requests
- A self-contained HTML report file for browser review
First scan
Section titled “First scan”npx harnix scan .You can also scan a specific path:
npx harnix scan /path/to/repositoryWhat to expect in output
Section titled “What to expect in output”- Overall score and qualitative band
- Per-check score with status symbols (
✓,△,✗) - Top recommendations prioritized by impact
- Report output paths printed after the scan
- Review Installation for all runtime options.
- Check CLI Reference for flags such as
--verbose,--skip, and--output. - Use Scoring Methodology to interpret results consistently across repos.