How it works
Issue assigned
Create or assign an issue in Linear, Jira, GitHub, or mention it in Slack. Tembo picks it up via webhook or automation trigger.
Context gathered
Tembo reads the issue description, pulls in related code, linked docs, and conversation history to understand the full picture.
Code written
A coding agent works in an isolated sandbox, implements the solution, and opens a PR linked back to the original issue.
Review and iterate
Review the PR. Use the feedback loop to request changes. The agent iterates until the solution is right.
Set up issue-to-PR workflows
Connect your issue tracker
Navigate to the Integrations page and connect one or more of:Create an automation
Trigger: Issue created, issue assigned, or label added MCP Servers: GitHub + your issue tracker Example instructions:Your team stays in control
Tembo generates solutions autonomously, but your team decides what gets deployed:- Review PRs using your standard review process
- Mention
@temboin PR comments to request changes. It iterates on the feedback - Approve and merge when you’re satisfied
Best practices
- Write clear issue descriptions: The more context in the issue, the better the implementation.
- Use labels: Trigger automations only on specific labels (e.g.,
tembo,auto-implement) to control which issues get picked up. - Start with small tasks: Begin with well-scoped bugs and small features before tackling larger work.