Issue Tracker for Claude Code
Issue Tracker for Claude Code
Issue Tracker for Claude Code is a powerful Visual Studio Code extension designed to enhance productivity when working with AI coding assistants like Claude Code, Gemini, and other CLI-based LLMs. This tool allows developers to manage multiple coding tasks simultaneously, eliminating the bottleneck of waiting for AI responses one at a time.
Benefits
Parallel Processing
Run multiple AI sessions at the same time. You can configure the number of terminals (from 1 to 9) to suit your workflow, allowing you to handle several tasks concurrently.
Real-time Monitoring
The split view feature shows all active AI terminals, enabling you to see at a glance what each AI is working on and when it needs your attention.
Non-blocking Workflow
Add new issues while others are being processed. This means you can keep working without being stuck waiting for AI responses.
File-based Storage
Issues are stored as markdown files, making it easy to track changes and maintain version control.
Smart Queue Management
Issues automatically move through different states: New, Working, and Done. This helps you keep track of progress without manual intervention.
Visual Status Indicators
Color-coded badges show the status of each issue, making it easy to see at a glance which tasks are completed, in progress, or pending.
Use Cases
Large Refactoring Projects
Queue multiple files or components for AI to refactor while you review the completed ones. This allows you to make significant progress quickly.
Bug Fix Marathons
Add all bugs as issues and let the AI work through them in parallel. This speeds up the debugging process and helps you fix multiple issues efficiently.
Feature Implementation
Break down features into small tasks and process them concurrently. This ensures that all parts of a feature are developed simultaneously, speeding up the overall development process.
Code Reviews
Have the AI review multiple files at the same time. This helps you catch errors and improve code quality more efficiently.
Documentation Updates
Queue multiple files for documentation improvements. This ensures that all documentation is up-to-date and accurate.
How It Works
- Add Issues: Type your coding task in the input field (e.g., "Fix the login validation bug in auth.js").
- Automatic Processing: Issues are automatically picked up by available AI terminals.
- Monitor Progress: Watch all terminals in split view to see exactly what each AI is doing.
- Manage States: Issues automatically move from New to Working to Done.
- Archive Completed: Clean up by archiving completed issues.
Configuration
Access settings through the gear icon in the Issue Tracker panel:
Terminal Count
Set the number of simultaneous AI terminals (1-9).
Terminal Command
Configure the command template to run (default:claude {{issue_content}}). This works with any CLI-based AI, such asgemini {{issue_content}}orgpt {{issue_content}}.
Extra Instructions
Add additional context to each issue, such as specific guidelines or requirements.
Usage
- Click the Issue Tracker icon in the Activity Bar.
- Add issues using the input field at the bottom.
- ClickStart Processingto begin.
- Monitor all active terminals in the split view.
- Issues automatically progress through states.
- Archive completed issues with the archive button.
Directory Structure
Your workspace will have the following directory structure:
your-workspace/[34m[4missues/[0m[34m[4mnew/[0m # New issues waiting to be processed[34m[4mworking/[0m # Issues currently being worked on by AI[34m[4mdone/[0m # Completed issues[34m[4marchived/[0m # Archived issues (hidden from UI)Workflow Example
- Morning Sprint: Add 10 bug fixes as separate issues.
- Hit Play: Start processing with 4 terminals.
- Monitor: See all 4 AIs working in split view.
- Respond: When an AI needs clarification, you see it immediately.
- Continue: Add more issues while others process.
- Review: Check completed issues and archive when satisfied.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter:
extension install Issue Tracker for Claude Code
This content is either user submitted or generated using AI technology (including, but not limited to, Google Gemini API, Llama, Grok, and Mistral), based on automated research and analysis of public data sources from search engines like DuckDuckGo, Google Search, and SearXNG, and directly from the tool's own website and with minimal to no human editing/review. THEJO AI is not affiliated with or endorsed by the AI tools or services mentioned. This is provided for informational and reference purposes only, is not an endorsement or official advice, and may contain inaccuracies or biases. Please verify details with original sources.
Comments
Please log in to post a comment.