- official/summarize: Text summarization with style options - official/translate: Language translation tool - official/code-review: Code review and analysis - official/explain: Explain code or concepts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| config.yaml | ||
README.md
code-review
Review code for issues, risks, and improvements.
Usage
code-review --language python --focus bugs,security --severity medium < app.py
Arguments
--language: Programming language orauto.--focus: Comma-separated focus areas (e.g.,bugs,security,performance).--severity: Minimum severity level (low,medium,high).
Examples
cat main.go | code-review --language go --focus performance --severity high