Performs advanced searches for issues. Use when looking for duplicates or specific keywords across repositories.
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: gh-searching-issues
description: Performs advanced searches for issues. Use when looking for duplicates or specific keywords across repositories.
---
# 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
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.