Install is optional for most users:
npx pr-audit demo
npx pr-audit analyze --diff ./changes.diffFor local development:
corepack enable
pnpm install
pnpm run build
node dist/index.js analyze --diff examples/diffs/demo.diffUse --format markdown --output pr-audit.md when the report should be attached to a PR, issue, or CI summary.