Follow these steps to start getting AI code reviews on your PRs.
Click the button below to install NeuronX Guard on your GitHub repos. You can select specific repos or all repos in your account.
After installing, Guard will create a welcome issue on each repo to confirm it's working.
Create a pull request on any installed repo. Guard reviews automatically — no config needed.
password = "admin123", open a PR. Guard will flag the hardcoded secret within seconds.
Guard posts results directly on your PR:
Comment any of these on your PR:
/guard explain — Detailed explanation of each finding
/guard dismiss — Dismiss and suppress this review's issues
/guard re-review — Trigger a fresh review after pushing fixes
/guard quality — Show your repo's quality score (A-F)
/guard leaderboard — Developer rankings by code quality
/guard report — Compliance report for audits
/guard config — Show current configuration
Add .neuronx-guard.yml to your repo root to customize:
checks:
security: true
complexity: true
llm_review: true
ignore_files:
- "tests/*"
- "docs/*"
severity_threshold: warning
Not required — all checks are enabled by default.
Use Guard in more places:
sreejagatab/neuronx-platform/.github/actions/neuronx-guard@main to your workflow. No app install needed.
vscode-extension/. Scans on save, diagnostics on exact lines. Ctrl+Shift+G to scan.
Your API key is in the dashboard — use it for CI and VS Code configuration.