Tembo periodically analyzes your codebase to find technical debt, security vulnerabilities, and refactoring opportunities, then submits PRs for quick wins.Documentation Index
Fetch the complete documentation index at: https://docs.tembo.io/llms.txt
Use this file to discover all available pages before exploring further.
How it works
Scheduled scan
An agent runs on a schedule (daily, weekly, or monthly) and scans your codebase for issues.
Issues identified
The agent finds stale TODOs, security vulnerabilities, outdated dependencies, duplicated code, and other debt.
Set up a tech debt agent
Security vulnerability scan
Trigger: Daily or weekly MCP Servers: GitHub, LinearStale TODO cleanup
Trigger: Weekly MCP Servers: GitHubDependency updates
Trigger: Monthly MCP Servers: GitHubBest practices
- Start weekly: Run scans weekly to build a habit of reviewing and merging debt-reduction PRs.
- Prioritize security: Set security scans to run more frequently than cosmetic cleanup.
- Scope by directory: Focus on one area of your codebase at a time rather than scanning everything at once.