Start here
PRCheck posts inline review comments the moment a pull request opens. These guides cover the GitHub App install, the YAML rule format, and the REST API for teams that want to trigger scans programmatically or integrate findings into their CI pipeline.
Install the GitHub App, select repos, write your first .prccheck/rules.yml, and see a review comment on a real PR.
REST API: POST /reviews to trigger a scan, GET /reviews/:id to fetch findings, GET/POST/DELETE /rules to manage rulesets. Bearer token auth.
Permissions, install flow, webhook events, rate limits, and troubleshooting common install errors.
Write type: regex rules for text patterns and type: ast rules for structural constraints. Committed to your repo, versioned with your code.