Features
Pull Requests
Tembo automatically creates a pull request when its work is complete. You can trigger its work automatically through integrations like Sentry or database monitoring, or through manual assignment with a ticket in Linear.
How It Works
- Issue Triggered - Either automatically detected from Sentry/database monitoring, or manually assigned via Linear tickets
- Generates Solution - Analyzes your codebase and creates appropriate fixes
- Creates PR - Submits with clear descriptions and context
- You Review - Standard GitHub workflow with Feedback Loop
What Triggers Tembo PRs
Automatic Detection:
- Sentry errors and application crashes
- Database performance issues like slow queries or missing indexes
- Code quality problems detected through analysis
Manual Assignment:
- Linear tickets assigned to Tembo
- Jira issues with Tembo labels or assignments
- Direct requests for specific improvements
Tembo’s Pull Requests
Tembo’s pull requests are created with the following characteristics:
- Clear descriptions of the problem and solution approach
- Focused changes that follow your coding standards through Rule Files
- Context links to original errors, tickets, or performance metrics
- Tests when appropriate for the change type
You maintain complete control - Tembo provides solutions, you decide what gets merged.