Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions integrations/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,7 @@ See Automations for how to create triggers that start automations from these eve

## Automated Scanning

Once you've activated repositories, Tembo automatically scans for:

- **TODO Comments** - Finds and implements requested functionality from TODO items
- **Security Issues** - Identifies potential security vulnerabilities in your code
- **Performance Issues** - Detects slow queries, inefficient algorithms, and optimization opportunities
- **Technical Debt** - Discovers areas that need refactoring or modernization
- **Refactoring Opportunities** - Identifies code that can be improved through refactoring for better maintainability and clarity
- **Code Quality** - Spots potential bugs, unused code, and anti-patterns
Once you've activated repositories, Tembo automatically scans for the issues listed in Features above (TODOs, security, performance, technical debt, refactoring, code quality).

## Pull Requests

Expand Down