GitHub
Tembo works inside the GitHub flow your team already uses. Agents clone repos, branch, commit signed code, and open pull requests with full descriptions. @mention Tembo in an issue or review to delegate work, and it pushes updates back to the same PR. The GitHub MCP server activates for every agent so it can read files, history, and checks in real time.
Skills
4Repository scanning
Scheduled scans surface TODOs, security issues, tech debt, and broken CI, each one ready to become a PR.
Pull request authoring
Opens PRs with working code, a clear description, and signed commits. Respects branch protection and required checks.
@Tembo mentions
Tag @Tembo in an issue or PR comment to delegate implementation or request changes; it replies with commits on the same branch.
CI auto-fix
Detects failed workflow runs, reads the logs, and opens a fix PR before anyone has to start debugging.
MCP
1github
Query repositories, read files, inspect commits and checks, and post review comments in real time.
Supported events
5Trigger reviews, generate descriptions.
Generate changelogs, run cleanup tasks.
Respond to review feedback.
React to @Tembo mentions.
Auto-fix broken CI/CD.
How to enable
4Install the GitHub App
Install from the dashboard and grant access to all repos or a specific selection. One-click OAuth.
Activate repositories
Choose which repos Tembo scans under "Active Repositories." Only activated repos get automated work.
Set scanning preferences
Control scan targets per repo: TODOs, security, performance, tech debt.
Add rule files
Drop a .tembo/ directory with coding standards and patterns; Tembo follows them when generating code.