@nenene01/chaba
v0.1.0
Published
AI Agent Friendly Source Review & Debug Environment - Integrates git worktree with AI agents for seamless team collaboration
Maintainers
Readme
Chaba (茶葉)
AI Agent Friendly Source Review & Debug Environment
Installation
npm install -g @nenene01/chabaQuick Start
# Create review environment for PR #123
chaba review --pr 123
# Review with AI agent analysis
chaba review --pr 123 --with-agent
# Thorough review with all agents
chaba review --pr 123 --thorough
# View agent analysis results
chaba agent-result --pr 123
# List active reviews
chaba list
# Clean up when done
chaba cleanup --pr 123Features
- Git Worktree Management: Create isolated review environments for PRs
- Automatic Sandbox Setup: Detect project type and install dependencies
- AI Agent Integration: Automated code review with Claude, Codex, and Gemini
- Port Management: Automatic port assignment for parallel development
- Environment Copying: Copy .env files to review environments
Requirements
- Node.js >= 14
- Git
- GitHub CLI (
gh) for PR operations
Supported Platforms
- macOS (Intel & Apple Silicon)
- Linux (x64 & ARM64)
- Windows (x64)
Alternative Installation Methods
Via Cargo (Rust)
cargo install chabaFrom Source
git clone https://github.com/Nenene01/chaba.git
cd chaba
cargo install --path .Documentation
License
MIT License - see LICENSE for details.
Author
Kei Sekine (@Nenene01)
Built for the future of AI-assisted team development 🍵
