Skip to content

Latest commit

Β 

History

History
118 lines (87 loc) Β· 2.6 KB

File metadata and controls

118 lines (87 loc) Β· 2.6 KB

Wellcode Logo

Wellcode CLI

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.

πŸš€ Installation

pip install wellcode-cli

πŸƒ Quick Start

  1. Initial Setup
wellcode-cli config

This will guide you through:

  • GitHub App installation for your organization
  • Optional Linear integration
  • Optional Split.io integration
  • Optional Anthropic integration (for AI-powered insights)
  1. 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

πŸ’» Usage

Review Metrics

# 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 engineering

Interactive Mode

wellcode-cli

# Then use natural language:
> check performance last week
> show metrics for team frontend
> how was johndoe doing yesterday

✨ Features

  • πŸ“Š GitHub metrics analysis
  • πŸ“ˆ Linear issue tracking integration
  • πŸ”„ Split.io feature flag metrics
  • πŸ€– AI-powered insights (via Anthropic)
  • πŸ’¬ Natural language interface
  • πŸ“± Interactive mode

βš™οΈ Configuration

GitHub App Installation

  1. Run wellcode-cli config
  2. Enter your organization name
  3. Follow the GitHub App installation link
  4. Select your organization and repositories

Optional Integrations

  • Linear: Issue tracking metrics
  • Split.io: Feature flag analytics
  • Anthropic: AI-powered insights

πŸ†˜ Support

πŸ“„ Contributing

We welcome contributions! Please see our Contributing Guide for details.

πŸ’– Contributors

Thanks goes to these wonderful people:

πŸ“„ License

MIT License - see LICENSE file for details