Engineering Metrics Powered by AI
Free, open-source CLI tool that integrates with GitHub, Linear, and Split.io to gather and analyze engineering team metrics.
pip install wellcode-cli- Initial Setup
wellcode-cli configThis will guide you through:
- GitHub App installation for your organization
- Optional Linear integration
- Optional Split.io integration
- Optional Anthropic integration (for AI-powered insights)
- Enable Shell Completion (Optional)
# For bash
wellcode-cli completion bash >> ~/.bashrc
# For zsh
wellcode-cli completion zsh >> ~/.zshrc
# For fish
wellcode-cli completion fish > ~/.config/fish/completions/wellcode-cli.fish# Review last 7 days
wellcode-cli review
# Review specific date range
wellcode-cli review --start-date 2024-01-01 --end-date 2024-01-31
# Review specific user
wellcode-cli review --user johndoe
# Review specific team
wellcode-cli review --team engineeringwellcode-cli
# Then use natural language:
> check performance last week
> show metrics for team frontend
> how was johndoe doing yesterday- 📊 GitHub metrics analysis
- 📈 Linear issue tracking integration
- 🔄 Split.io feature flag metrics
- 🤖 AI-powered insights (via Anthropic)
- 💬 Natural language interface
- 📱 Interactive mode
- Run
wellcode-cli config - Enter your organization name
- Follow the GitHub App installation link
- Select your organization and repositories
- Linear: Issue tracking metrics
- Split.io: Feature flag analytics
- Anthropic: AI-powered insights
- Documentation: https://cli.wellcode.ai
- Issues: https://github.com/wellcode-ai/wellcode-cli/issues
- Email: support@wellcode.ai
We welcome contributions! Please see our Contributing Guide for details.
Thanks goes to these wonderful people:
MIT License - see LICENSE file for details