This example is available on GitHub: examples/03_github_workflows/03_todo_management/
Quick Start
TODO(openhands)
Features
- Scanning - Finds matching TODO comments with configurable identifiers and extracts the TODO description.
- Implementation - Sends the TODO description to the OpenHands Agent that automatically implements it
- PR Management - Creates feature branches, pull requests and picks most relevant reviewers
Best Practices
- Start Small - Begin with
MAX_TODOS: 1to test the workflow - Clear Descriptions - Write descriptive TODO comments
- Review PRs - Always review the generated PRs before merging

