Changelog
Cross-platform support: compiles for Claude Code, Codex, and Gemini.
Initial release in the engineering skill pack.
How it works
1
Load code
Accepts file path, directory, or PR URL. Falls back to staged changes
2
Load standards
Reads engineering/CLAUDE.md and coding standards from the brain
3
Review
Checks correctness, security, team standards, readability, performance
4
Present findings
Issues by severity (critical, warning, style) with line numbers
5
Highlight wins
Calls out things done well
Details
- Accepts file paths, directories, or GitHub PR URLs
- Uses gh pr diff for PRs
- Severity levels: Critical (bugs, security), Warning (standards, logic), Style (naming, structure)
- Won't invent problems - says "looks good" if it is
- Uses engineering/coding-standards.md as reference (generate with /standards)