CmdForge-Registry/tools/official/code-review
rob d94a497cda Add official seed tools
- 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>
2025-12-31 22:43:42 -04:00
..
README.md Add official seed tools 2025-12-31 22:43:42 -04:00
config.yaml Add official seed tools 2025-12-31 22:43:42 -04:00

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 or auto.
  • --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