Skip to content

Quick Start

Clone the upstream product (not this docs site) and exercise the shared core locally.

Prerequisite: Node.js 24+ (matches product engines and Lambda runtime).

Terminal window
git clone https://github.com/jajera/pr-readiness-coach.git
cd pr-readiness-coach
npm install
npm run build
npm test
Terminal window
chmod +x fixtures/demo.sh
./fixtures/demo.sh

Or run the CLI directly:

Terminal window
npm run pr-ready -- --local --path fixtures/demo-app/not-ready
npm run pr-ready -- --local --path fixtures/demo-app/ready

Expected:

PathVerdictExit
fixtures/demo-app/not-readyNOT READY1
fixtures/demo-app/readyREADY0

All fixture secrets are placeholders only.

  1. CLI reference — modes, flags, exit codes
  2. Demo — fixtures, full local, and remote API
  3. Architecture — how surfaces share one core
  4. AWS Deploy — when you are ready for API + UI