impp/code-review-patterns
impp install impp/code-review-patterns
Learned code review heuristics from 500+ production PRs. Detects anti-patterns, security issues, and performance regressions with low false positive rate.
v0.9.0CautionEngineering
2026-04-24 09:30 UTCDependencies
Requires
impp/core^1.0
Requires (Dev)
None
Apache-2.0
Meridian AI <@meridian>
README
Code Review Patterns v0.9
Learned code review heuristics from 500+ production pull requests across Python, TypeScript, and Go codebases.
Usage
python
artifact = impp.load("impp/code-review-patterns") result = artifact.review(diff_text, language="python") for finding in result.findings: print(f"{finding.severity}: {finding.message}") ```
This package is auto-updated.
Last update: 2026-04-24 09:30 UTC