github-gh — for Claude Code github-gh, skill-check, community, for Claude Code, ide skills, ai-agents, checker, linter, skillmd, List recent workflow runs

v1.0.0

Sobre este Skill

Cenario recomendado: Ideal for AI agents that need check ci status on a pr:. Resumo localizado: Linter for agent skill files # GitHub Skill Use the gh CLI to interact with GitHub. It covers ai-agents, checker, linter workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Recursos

Check CI status on a PR:
gh pr checks 55 --repo owner/repo
List recent workflow runs:
gh run list --repo owner/repo --limit 10
View a run and see which steps failed:

# Core Topics

thedaviddias thedaviddias
[68]
[5]
Updated: 4/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
69
Canonical Locale
en
Detected Body Locale
en

Cenario recomendado: Ideal for AI agents that need check ci status on a pr:. Resumo localizado: Linter for agent skill files # GitHub Skill Use the gh CLI to interact with GitHub. It covers ai-agents, checker, linter workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Por que usar essa habilidade

Recomendacao: github-gh helps agents check ci status on a pr:. Linter for agent skill files # GitHub Skill Use the gh CLI to interact with GitHub. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Melhor para

Cenario recomendado: Ideal for AI agents that need check ci status on a pr:.

Casos de Uso Práticos for github-gh

Caso de uso: Applying Check CI status on a PR:
Caso de uso: Applying gh pr checks 55 --repo owner/repo
Caso de uso: Applying List recent workflow runs:

! Segurança e Limitações

  • Limitacao: View logs for failed steps only:
  • Limitacao: Requires repository-specific context from the skill documentation
  • Limitacao: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is github-gh?

Cenario recomendado: Ideal for AI agents that need check ci status on a pr:. Resumo localizado: Linter for agent skill files # GitHub Skill Use the gh CLI to interact with GitHub. It covers ai-agents, checker, linter workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install github-gh?

Run the command: npx killer-skills add thedaviddias/skill-check/github-gh. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for github-gh?

Key use cases include: Caso de uso: Applying Check CI status on a PR:, Caso de uso: Applying gh pr checks 55 --repo owner/repo, Caso de uso: Applying List recent workflow runs:.

Which IDEs are compatible with github-gh?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for github-gh?

Limitacao: View logs for failed steps only:. Limitacao: Requires repository-specific context from the skill documentation. Limitacao: Works best when the underlying tools and dependencies are already configured.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add thedaviddias/skill-check/github-gh. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use github-gh immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

github-gh

Linter for agent skill files # GitHub Skill Use the gh CLI to interact with GitHub. It covers ai-agents, checker, linter workflows. This AI agent skill

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

GitHub Skill

Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.

Pull Requests

Check CI status on a PR:

bash
1gh pr checks 55 --repo owner/repo

List recent workflow runs:

bash
1gh run list --repo owner/repo --limit 10

View a run and see which steps failed:

bash
1gh run view <run-id> --repo owner/repo

View logs for failed steps only:

bash
1gh run view <run-id> --repo owner/repo --log-failed

API for Advanced Queries

The gh api command is useful for accessing data not available through other subcommands.

Get PR with specific fields:

bash
1gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'

JSON Output

Most commands support --json for structured output. You can use --jq to filter:

bash
1gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'

Habilidades Relacionadas

Looking for an alternative to github-gh or another community skill for your workflow? Explore these related open-source skills.

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor