github

Automate structured GitHub searches and read-only analysis in Nushell.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/raystyle/skills --skill github-raystyle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/raystyle/skills/tree/main/skills/github
Command: npx skills add https://github.com/raystyle/skills --skill github-raystyle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub search and read-only analysis within Nushell to simplify locating repositories, code, issues, and PRs and analyzing results without leaving the CLI.

Core Features & Use Cases

  • GitHub CLI + Nushell integration for structured searches across repos, code, issues, PRs, and releases.
  • On-demand data shaping and read-only analysis using gh --json output for downstream pipelines.
  • Use case: A developer needs to quickly locate GitHub data and extract key metrics for reports.

Quick Start

Invoke gh search commands to fetch and analyze GitHub data within Nushell for rapid insights.

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 analyze issues in the CLI?

Use this Skill to automate structured GitHub search and read-only analysis within Nushell. It applies gh --json output to locate repositories, code, issues, PRs, and releases, then filter, sort, and analyze results using structured pipelines.

What is the best way to filter large GitHub search results in Nushell?

Use two-step data shaping with stash and pluck mechanisms to filter large GitHub search results in Nushell. This approach safely manages large datasets by integrating with view and stash mechanisms for downstream analysis.

Can I use Nushell to extract structured data from GitHub CLI output?

Yes, you can use Nushell to extract structured data from GitHub CLI output. This Skill leverages gh --json output for on-demand data shaping, allowing you to parse and analyze GitHub data directly within Nushell pipelines.

Does this GitHub search approach support analyzing pull requests and releases?

Yes, this GitHub search approach supports analyzing pull requests and releases. It automates structured GitHub search across repos, code, issues, PRs, and releases, enabling filtering, sorting, and read-only analysis within Nushell.

Are there limitations when using Nushell for GitHub code search and analysis?

A limitation of using Nushell for GitHub code search and analysis is that it is restricted to read-only operations. You must use the stash and pluck mechanisms to safely handle large search results without overwhelming the pipeline.