github-issue-fetcher
CommunityFetch GitHub issues efficiently from your repo.
Authorrawveg
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides patterns for fetching GitHub issues from the current repository using gh and jq, enabling quick access to the next issue, specific fields, and filtered results.
Core Features & Use Cases
- Current Repo Context: Detect repository and fetch issues with flexible sorting and filtering.
- Field Extraction: Retrieve number, title, body, labels, and more.
- Custom Sorting: Apply sort options to surface the most relevant issues.
Quick Start
Retrieve the next issue to work on: gh issue list --search "sort:created-asc" --limit 1 --json number,title,body | jq -r '.[0] | "Issue #(.number): (.title)"'
Dependency Matrix
Required Modules
ghjq
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: github-issue-fetcher Download link: https://github.com/rawveg/skillsforge-marketplace/archive/main.zip#github-issue-fetcher Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.