GitHub

File and manage GitHub issues, gists, and templates via gh CLI.

2|Updated Jul 26, 2025
One-click install
npx skills add https://github.com/fullykubed/nixos-config --skill github-fullykubed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub
Source: https://github.com/fullykubed/nixos-config/tree/main/modules/common/claude/skills/GitHub
Command: npx skills add https://github.com/fullykubed/nixos-config --skill github-fullykubed

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates common GitHub operations by orchestrating gh CLI commands, reducing manual steps when filing issues, creating gists, and applying templates.

Core Features & Use Cases

  • File GitHub issues using gh issue create with templates and policy checks
  • Create gists from local files or conversation content using gh gist create
  • Retrieve repository context and templates to streamline contributions
  • Enforce PII stripping and contribution guidelines before submission

Quick Start

File a new issue in the current repository using the appropriate template.

Frequently Asked Questions about GitHub

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

FAQPage Schema
How do I automate GitHub issue creation with templates and policy checks?

You can automate GitHub issue creation by using the gh CLI to retrieve repository templates, enforce contribution guidelines, and submit issues while stripping PII. This reduces manual steps and ensures policy compliance before filing.

Can I create a gist from local files using the gh CLI?

Yes, you can create gists from local files or conversation content using the gh gist create command. This allows you to quickly share snippets or data without leaving your current workflow.

What prerequisites do I need to manage GitHub resources via command line?

To manage GitHub resources via command line, you need a configured gh CLI, access to the target repository, and reference materials for templates and commands. This environment setup is required before automating tasks.

Does this approach enforce PII stripping before submitting GitHub issues?

Yes, the approach enforces PII stripping and checks contribution guidelines before submitting GitHub issues. This ensures that sensitive information is removed and submissions comply with repository policies.

What is the best way to apply repository templates when filing issues programmatically?

The best way to apply repository templates when filing issues programmatically is to retrieve repository context first, then select the appropriate template to streamline contributions and ensure policy compliance.

Are there limitations when using gh CLI to automate collaboration tasks?

Limitations of using gh CLI for collaboration tasks include dependency on a properly configured CLI environment and direct repository access. Without these, the automated filing of issues, gists, and templates will fail.