Skip to content

Getting Started

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
Terminal window
npx harnix scan .

You can also scan a specific path:

Terminal window
npx harnix scan /path/to/repository
  • Overall score and qualitative band
  • Per-check score with status symbols (, , )
  • Top recommendations prioritized by impact
  • Report output paths printed after the scan
  1. Review Installation for all runtime options.
  2. Check CLI Reference for flags such as --verbose, --skip, and --output.
  3. Use Scoring Methodology to interpret results consistently across repos.