Integrations

super-github-s

Try it

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.def listingep75 alert...

What it does

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

The skill document

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:

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:

gh run view  --repo owner/repo

View logs for failed steps only:

gh run view  --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:

gh 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:

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

Related skills

Natural-language Jira interaction that reads, drafts, creates, and updates issues.

by Jonathan Rhyne310 installs16 stars

Generate animated GIFs that meet Slack's size and dimension constraints.

by Anthropic177.2k stars

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflo

by OpenAI27.5k stars

yeet

Official

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).

by OpenAI27.5k stars

Migrate supported instruction files, skills, agents, and MCP config into Codex project and global files.

by OpenAI27.5k stars

linear

Official

Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.

by OpenAI27.5k stars

More from subaru0573

Browse all skills

This skill should be used when the user needs to manage Tencent Weiyun cloud storage, including file upload/download, sharing, space management, and account...

by subaru057316 installs

Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo...

by subaru057317 installs

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

by subaru057316 installs

Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...

by subaru057316 installs

Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...

by subaru057315 installs

Advanced multi-agent development system for complex software projects. Leverages Orchestrator, Builder, and Reviewer agents to decompose modules, implement c...

by subaru057315 installs