AI Code Review
The most thorough AI code review available
Niyah's code review runs 11 specialized AI-powered checks on your PRs and local changes. Each check is designed to catch issues that traditional linters miss, with framework-aware analysis for React, Vue, Angular, and Flutter.
Key Features
Security Analysis
OWASP Top 10, injection risks, hardcoded secrets, XSS, SSRF, and race conditions.
Performance Checks
N+1 queries, algorithm complexity, memory leaks, and unnecessary re-renders.
Architecture Review
Validates against your architecture guidelines and separation of concerns.
Roadmap Alignment
Evaluates code extensibility for planned future modules. No other tool does this.
UX Regression
Framework-aware checks that catch animation breaks and accessibility issues.
Cloudflare Workers
First CLI to detect CF Workers runtime incompatibilities before deployment.
Spec Compliance
Verifies your implementation matches your feature specifications.
Code Quality
Readability, DRY violations, error handling, and dead code detection.
Documentation
Reviews internal docs with focus on 'why' not 'what'.
API Documentation
OpenAPI/Swagger sync validation and schema checks.
Secrets Detection
Catches hardcoded API keys, credentials, and private keys.
Commands
niyah review
Review staged changes
niyah review --pr 123
Review a GitHub PR
niyah review --checks security,performance
Run specific checks
niyah review --enhanced-context
Include more codebase context