genesis-tools:github

Fetch GitHub issue and pull request details via command-line interface.

7|2|Updated Apr 16, 2025
One-click install
npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genesis-tools:github
Source: https://github.com/genesiscz/GenesisTools/tree/main/plugins/genesis-tools/skills/github
Command: npx skills add https://github.com/genesiscz/GenesisTools --skill genesis-tools-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub, allowing you to efficiently manage issues, pull requests, comments, and even search code without leaving your current environment.

Core Features & Use Cases

  • Issue & PR Management: Fetch details, comments, reviews, and diffs for issues and pull requests.
  • Code Search & Retrieval: Find specific code snippets or entire files within repositories.
  • Comment Filtering: Filter comments by author, date, reactions, and exclude bots.
  • Use Case: When you encounter a bug report on GitHub, use this Skill to quickly fetch the issue, read relevant comments, and even retrieve the specific code file mentioned to understand the problem.

Quick Start

Use the github skill to get the details and comments for the GitHub issue at https://github.com/owner/repo/issues/123.

Frequently Asked Questions about genesis-tools:github

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

FAQPage Schema
How do I fetch GitHub issue details and comments from the command line?

You can fetch GitHub issue details and comments by using a CLI tool that queries the GitHub API, retrieves specific issue threads, and filters comments by author, date, or reactions.

Can I search for specific code snippets within a GitHub repository?

Yes, you can search for specific code snippets within repositories by executing targeted code queries that return matching file content and line numbers directly in your terminal.

How do I filter pull request comments to exclude bot activity?

Filtering pull request comments to exclude bot activity involves applying comment filtering criteria that retrieve only human-authored feedback, sorting by author and reactions.

What is the best way to retrieve a specific file with line numbers from GitHub?

The best way to retrieve a specific file with line numbers is to use a CLI tool that fetches repository file content and appends line number support for code reference.

Does this GitHub CLI approach require any external dependencies to work?

This GitHub CLI approach requires no external dependencies, operating independently to interact with the GitHub API for fetching issues, PRs, comments, and code.