github-issues

Retrieve GitHub issues from public repositories using curl and optionally jq.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/FnSK4R17s/chakravarti-cli --skill github-issues-fnsk4r17s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issues
Source: https://github.com/FnSK4R17s/chakravarti-cli/tree/main/.agent/skills/github-issues
Command: npx skills add https://github.com/FnSK4R17s/chakravarti-cli --skill github-issues-fnsk4r17s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch GitHub issues from public repositories without authentication to surface tasks, bugs, and collaboration opportunities for quick triage.

Core Features & Use Cases

  • List open issues from any public repo using curl.
  • Filter by state/labels to focus on relevant tasks.
  • CLI-friendly presentation for quick review in automation pipelines.

Quick Start

Run a single command to fetch and display the current open issues for your GitHub repository.

Frequently Asked Questions about github-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch public GitHub issues using curl without authentication?

Fetch public GitHub issues using curl by querying the GitHub API endpoint for repositories. This retrieves open issues as JSON output for CLI workflows without requiring authentication tokens.

Can I filter GitHub issues by state or labels in curl commands?

Filter GitHub issues by state or labels by appending query parameters to the curl request. This narrows down the fetched JSON results to focus on specific relevant tasks or bugs for triage.

Do I need jq to parse GitHub API JSON responses from curl?

You do not need jq to fetch GitHub issues, but using jq is optional for enhanced parsing. It formats the JSON output from curl, making the issue results easier to review in CLI workflows.

What is the best way to list open issues from a public repo for CLI triage?

The best way to list open issues for CLI triage is using curl to retrieve repository data and optionally jq to parse the JSON. This pipeline surfaces tasks and bugs for quick review.

Does fetching GitHub issues without authentication have rate limitations?

Fetching GitHub issues without authentication is subject to standard public API rate limits. The Skill retrieves open issues for quick triage, but high-frequency requests may be throttled by GitHub.