What problem does it solve?
This Skill eliminates the tedious manual work of sifting through GitHub issues to find ones that match your skills, are unassigned, and open for contributions, saving you hours of research and helping you start contributing to open source projects faster.
Core Features & Use Cases
- Profile-Based Tech Stack Matching: Infers your primary technologies and interests from your GitHub profile to surface only relevant issues.
- Rate-Limit Safe Issue Fetching: Uses GitHub's GraphQL API and batched requests to avoid triggering REST API rate limits when retrieving open issues.
- Automated PR and Assignment Filtering: Automatically excludes issues that already have open pull requests or are assigned to other contributors, and prioritizes issues with contribution-friendly labels like "good first issue" and "help wanted".
- Use Case: If you are a Python developer looking to contribute to the FastAPI repository, this Skill will highlight unassigned bug reports and feature requests that align with your experience with backend frameworks.
Quick Start
Use the find-issues skill to find open, contribution-ready issues for the repository https://github.com/tiangolo/fastapi.