Technical Debt Tracker
Search for TODO/FIXME comments, assess priority, and create issues
Example Prompt
Scan our codebase for TODO and FIXME comments, prioritize them, and create GitHub issues for the important ones
About
Scans the codebase for TODO, FIXME, HACK, and similar markers that indicate technical debt. Assesses each item's severity and impact based on its location and context, then creates prioritized GitHub issues so the team can systematically address accumulated debt.
Workflow Steps
Search the repository for TODO, FIXME, HACK, and XXX comments across the codebase
๐ Search RepositoriesRead the surrounding code context for each identified marker
๐ Read Repo FileAssess the severity and priority of each debt item based on location and impact
๐ง Structured ReasoningCreate GitHub issues for high and medium priority debt items with context and recommendations
โ Create IssueTools Used
Create Issue
Create a new issue in a GitHub repository with title, body, labels, and assignees
Read Repo File
Read the contents of a file from a GitHub repository at a specific branch or commit
Search Repositories
Search GitHub repositories by name, topic, language, or other criteria
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought