Feature Description
Add native GitHub issue creation capability to Cursor, similar to VS Code’s GitHub Issues extension but more integrated with Cursor’s AI capabilities.
Problem Statement
Currently, developers need to context switch between Cursor and GitHub/VS Code to create issues, breaking the flow of development and reducing productivity.
Proposed Solution
Integrate GitHub issue creation directly into Cursor with these features:
- Command palette integration (
cmd/ctrl + shift + P
→ “Create GitHub Issue”) - AI-assisted issue creation using the current context
- Template support with AI-guided filling
- Direct linking to relevant code sections
Use Cases
-
Bug Reports:
- AI analyzes error messages/stack traces
- Automatically suggests affected files/components
- Proposes root cause based on code analysis
-
Feature Requests:
- AI helps structure the proposal
- Links to similar features/issues
- Suggests implementation approach
-
Refactoring Tasks:
- AI identifies impacted areas
- Estimates complexity
- Proposes test coverage needs
Technical Implementation
- GitHub API integration using OAuth
- Context-aware AI prompts
- Template management system
- Code reference system
Benefits
- Streamlined development workflow
- Better issue quality through AI assistance
- Reduced context switching
- Improved project documentation
Success Metrics
- Reduction in time spent creating issues
- Improved issue quality (measured by revision frequency)
- User adoption rate
- Developer satisfaction scores
Additional Context
This would complement Cursor’s existing AI capabilities.