Automatiza la interacción con GitHub usando el CLI gh para issues, PRs y commits.

Install

mkdir -p .claude/skills/github-dslc-io && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14270" && unzip -o skill.zip -d .claude/skills/github-dslc-io && rm skill.zip

Installs to .claude/skills/github-dslc-io

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

GitHub workflows using the `gh` CLI, including viewing issues/PRs and commit message conventions. Use when interacting with GitHub in any way, such as viewing, creating, or editing issues and pull requests, making commits, or running any `gh` command.
251 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Beginner

Key capabilities

  • View GitHub issues and pull requests using the `gh` CLI
  • Create new issues and pull requests via CLI
  • Follow conventional commit message guidelines
  • Close issues automatically through commit messages
  • Navigate GitHub resources from the terminal

How it works

It uses the `gh` command-line interface to interact with GitHub, allowing users to view and manage issues and pull requests. It also enforces commit message conventions for better project hygiene and issue linking.

Inputs & outputs

You give it
GitHub CLI commands or commit messages
You get back
GitHub issue/PR information or updated repository state

When to use github

  • Ver listado de PRs abiertos
  • Cerrar issues mediante commits
  • Listar issues pendientes
  • Trabajar con GitHub desde la terminal

About this skill

GitHub

Use gh CLI, not web URLs: gh issue view 123, gh issue list, gh pr view 456, gh pr list.

Commit messages

Conventional commits; backtick-quote function names; close issues in body with - Closes #N.

feat: add `create_skill()`

Generates a new skill directory with a SKILL.md template.

- Closes #3

When not to use it

  • When the user prefers to interact with GitHub solely through the web interface
  • When the `gh` CLI is not installed or authenticated

Prerequisites

gh CLI

Limitations

  • It requires the `gh` CLI to be installed.
  • It requires an authenticated GitHub session.
  • It enforces specific commit message conventions.

How it compares

This skill provides a CLI-centric workflow for GitHub interactions and enforces specific commit message conventions, offering an alternative to web-based or less structured approaches.

Compared to similar skills

github side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
github (this skill)04moNo flagsBeginner
github-workflow-automation112moReviewAdvanced
testing-workflow169moReviewIntermediate
github-actions-templates73moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

Search skills

Search the agent skills registry