What problem does it solve?
This skill solves the difficulty of navigating complex GitHub API interactions and searching for historical context, preventing redundant work and ensuring developers follow established repository standards.
Core Features & Use Cases
- Advanced API Queries: Perform complex operations like reading file contents without cloning, fetching specific PR review comments, and paginating large datasets.
- Prior Art Discovery: Search across all states of issues and PRs to understand why features were built, rejected, or abandoned.
- Use Case: Before starting a new feature, use this skill to query closed PRs and related issues to identify previous implementation attempts and avoid repeating past mistakes.
Quick Start
Use the gh-cli skill to search for all closed issues related to authentication in the current repository and summarize the findings.