A Chrome extension that enhances open source contribution by providing AI-powered insights for GitHub issues.
Opensource_AI is a browser extension that helps developers better understand GitHub issues by sending the issue title and description to an AI service for analysis. This tool is particularly useful for:
- New contributors trying to understand complex issues
- Maintainers triaging large volumes of issues
- Developers looking for quick summaries or technical context
- Issue Analysis: Automatically extracts and analyzes GitHub issue content
- AI-Powered Insights: Leverages AI to provide context, suggestions, and explanations
- Seamless Integration: Works directly within the GitHub interface
- Privacy-Focused: Only processes publicly available issue information
(Coming soon)
- Clone this repository:
git clone https://github.com/aloktomarr/Opensource_AI.git
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top-right corner
- Click "Load unpacked" and select the cloned repository folder
- The extension should now appear in your browser toolbar
- Navigate to any GitHub issue page
- Click the Opensource_AI extension icon in your browser toolbar
- The extension will analyze the issue and display AI-generated insights
- Use these insights to better understand the context, complexity, and potential solutions
This extension is built using:
- JavaScript
- Chrome Extension Manifest V3
- Content scripts for GitHub page integration
- Background service workers for API communication
- CSS for styling the interface