Agent skill
gh-searching-issues
Performs advanced searches for issues. Use when looking for duplicates or specific keywords across repositories.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gh-searching-issues
SKILL.md
Searching GitHub Issues
Purpose
Finds issues using the gh search issues command with powerful qualifiers.
1. Safety & Verification
- Qualifiers: Supports
label:,state:,author:, etc.
2. Common Workflows
Workflow: Search by Keyword
Finds open issues matching a string.
Command:
bash
gh search issues "bug" --state open --json number,title,repository
Workflow: Find Unprojected Issues
Finds issues that are not in any project.
Command:
bash
gh search issues --no-project --state open --json number,title
Didn't find tool you were looking for?