What's Fixed
/commit-reviewshell permission error — Fixed the skill failing to load due to Claude Code's permission checker rejecting a compound shell command in the auto-execute block- bitoreview not being used when installed — Fixed an issue where Claude would skip bitoreview even when available, falling through to manual-only review due to a redundant compound bash command in Phase 1.0
What's Improved
- Manual review always runs — Manual code review now runs alongside bitoreview (not just as a fallback). bitoreview supplements the review, it does not replace it.
- Reviews all local changes — The skill now reviews both staged and unstaged changes, not just staged
- Language-agnostic config detection — Replaced hardcoded JS/TS/Python linter config list with dynamic detection based on file extensions in the diff. Works for any language Claude recognizes — Go, Rust, Java, C#, Ruby, PHP, Swift, Dart, and beyond
- Argument support — Added
--focus security|performanceflags to prioritize specific review areas. Replaced--skip-cross-repowith--severity critical|allfor filtering issue levels - Stronger anti-patterns — Added 4 new anti-pattern rules ensuring bitoreview is used when available, manual review always runs, and all changes are reviewed by default
Upgrade
/plugin update bito-ai-architect@bito-claude-plugins
Fresh Install
/plugin marketplace add gitbito/claude-plugins
/plugin install bito-ai-architect@bito-claude-plugins
/bito-ai-architect:bito-setup