github

Queries GitHub REST API for repositories, issues, and pull requests.

270|65|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sepivip/SeekerClaw --skill github-sepivip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/sepivip/SeekerClaw/tree/main/app/src/main/assets/default-skills/github
Command: npx skills add https://github.com/sepivip/SeekerClaw --skill github-sepivip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub data is distributed across repositories, issues, and pull requests. This skill provides a unified interface to query and retrieve relevant GitHub information via the REST API, enabling rapid discovery and monitoring.

Core Features & Use Cases

  • Repository discovery: Find repositories by language, topic, or popularity to inform development and research decisions.
  • Issue and PR insight: Retrieve open issues and pull requests with key metadata for triage and review.
  • Use Case: Build lightweight dashboards that track activity across teams, projects, and milestones.

Quick Start

Tell me which GitHub search, issues, or PR you want to fetch and summarize.

Frequently Asked Questions about github

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

FAQPage Schema
How do I search GitHub repositories and pull requests via the REST API?

You can search GitHub repositories and pull requests by querying the GitHub REST API to retrieve and filter public data based on language, topic, or popularity. The skill provides a unified interface to fetch this data.

What is the best way to track open GitHub issues for project triage?

Tracking open GitHub issues for triage is done by retrieving issue metadata via the GitHub REST API. This allows you to extract key details and build lightweight dashboards to monitor project activity.

Can I use GitHub API search without authentication for public repositories?

Yes, you can query public GitHub data without authentication, but the skill supports optional authentication to optimize requests. Using a token increases your rate limits when accessing the REST API.

How do GitHub API rate limits affect repository discovery and issue tracking?

GitHub API rate limits restrict the number of requests you can make for repository discovery and issue tracking. The skill is designed with awareness of these limits and manages token usage to optimize queries.

How do I fetch and summarize GitHub pull requests for review?

To fetch and summarize GitHub pull requests for review, you query the GitHub REST API to retrieve PR data and key metadata. This enables rapid monitoring and triage across teams and milestones.