github

Create GitHub issues and pull requests via the gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/achhina/dotfiles --skill github-achhina
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/achhina/dotfiles/tree/main/nix/home-manager/modules/coding-agents/claude/skills/github
Command: npx skills add https://github.com/achhina/dotfiles --skill github-achhina

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub issues and pull requests. It uses template discovery, concise content generation, and an interactive refinement workflow to save time and ensure consistent, high-quality contributions.

Core Features & Use Cases

  • Template discovery: locate repository templates or fall back to standard templates to standardize content
  • Concise content generation: generate compact, well-structured issue or PR descriptions
  • Interactive refinement: review, edit, and regenerate content until satisfied
  • Submission: submit via gh CLI after approval

Quick Start

Start the github automation workflow by spawning the github-automation agent, then draft an issue or PR using a discovered template. Review and refine the draft, and submit via gh pr create or gh issue create when ready.

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 and pull request creation with templates?

This Skill automates GitHub issue and PR creation by discovering repository templates, generating concise structured content, and providing an interactive refinement workflow before submission via gh CLI. It standardizes contributions while reducing manual drafting time.

Can I use templates to standardize issues and pull requests across my repository?

Yes. The Skill locates existing repository templates or applies standard fallbacks to ensure consistent, structured formatting for all issues and PRs, eliminating formatting inconsistencies across contributors.

How do I review and edit generated content before submitting a GitHub issue or PR?

The Skill includes an interactive refinement loop where you review the generated draft, make edits, and optionally regenerate content until satisfied before final submission through gh CLI commands.

What environment setup do I need to automate GitHub issues and PRs?

You need a local git repository with a remote origin configured and active gh CLI authentication. The Skill validates these prerequisites before proceeding with template discovery and content generation.

Does this automation work with existing GitHub repository templates?

Yes. The Skill discovers templates already present in your repository. If none exist, it applies standard templates to ensure consistent structure regardless of your repository's template configuration.

Can I generate issue and PR descriptions based on recent commits and changes?

Yes. The Skill gathers context from recent commits and current diffs to generate contextually relevant, concise descriptions that reflect your actual code changes and commit history.