Connect a repository
Go to Integrations and connect GitHub, GitLab, or Bitbucket. Select the repositories you want Tembo to access.
Create a task
Open the Tembo Dashboard and click New Task. Pick a repo, choose your coding agent, and describe the work.
Review the PR
Tembo works in a sandbox, writes the code, and opens a pull request. Review it, then mention
@tembo in PR comments to request changes.Set up automations
Go to Automations and pick a template or create your own with custom triggers and schedules. See Automations.
Where to tag @tembo
Tag required: PR comments, GitHub issues, Slack messages. No tag needed: Dashboard tasks, Linear/Jira issues assigned to Tembo.Writing good prompts
Include: what needs to change, where (file paths), why, and how you’ll know it’s done.| Type | What to include |
|---|---|
| Bug | Steps to reproduce, expected vs actual, error messages, Sentry link |
| Feature | Requirements, file locations, edge cases, dependencies |
| Refactor | Current problems, desired state, constraints, specific files |