Documentation explains it.
Runtime evidence proves it.
Scan any repository, turn its actual shape into Mintlify-ready documentation and security checks, then hand the running product to Replay QA.
npx github:hamedrabah/infra-starter-pack init .
Evidence, not a logo wall
A useful report before anything changes.
Selected from detected repository evidence; hosted tools remain opt-in.
One evidence loop
From repository shape to verified behavior
-
01
Scan
Inventory languages, frameworks, scripts, OpenAPI files, and observable routes without executing project code.
-
02
Document
Generate Mintlify configuration, MDX guides, interactive API navigation, and a machine-readable evidence report.
-
03
Exercise
Replay QA explores the running app, creates journeys, captures runtime recordings, and finds broken behavior.
-
04
Diagnose
Retrieve open bugs with reproduction steps and root-cause evidence, then fail the quality gate when needed.
Safe by construction
Automation that knows where to stop.
- Hash-based ownershipRefreshes its own output while preserving user edits.
- Runtime honestyLabels route detection as heuristic and treats OpenAPI as authoritative.
- Credential disciplineReads Replay tokens from the environment and writes private reports.
- Dogfooded qualityThis page is deployed from the repo and is the target of its Replay QA workflow.
Copy, commit, inspect
Put the report in every Actions run.
The composite action scans the checked-out repository and writes a Markdown report to the job summary. It executes no project code and needs no token.
- uses: actions/checkout@v7
- uses: hamedrabah/infra-starter-pack@v0.1.0