github-workflow

Automate GitHub PRs, issues, CI, and remote file edits via gh CLI.

171|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ntygod/ZhiWei --skill github-workflow-ntygod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-workflow
Source: https://github.com/ntygod/ZhiWei/tree/main/src/main/resources/skills/github-workflow
Command: npx skills add https://github.com/ntygod/ZhiWei --skill github-workflow-ntygod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub collaboration and governance tasks across PRs, issues, CI, and remote file edits are streamlined with the gh CLI, removing the need to switch between tools.

Core Features & Use Cases

  • Manage PRs: create, review, comment, and merge using gh pr commands and Contents API for remote file reads/edits.
  • Track Issues and CI: list, view, and monitor workflow runs; read CI status and logs to diagnose failures.
  • Remote File Operations: read and update repository files without cloning via gh api or Contents API.

Quick Start

Ask the skill to list open PRs for a repository using gh pr list --repo <owner>/<repo> --state open.

Frequently Asked Questions about github-workflow

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

FAQPage Schema
How do I automate GitHub pull requests and issues without cloning the repository?

You can automate GitHub pull requests and issues by orchestrating PR creation, review, and merges via the gh CLI. It uses the Contents API to read and update remote repository files directly, removing the need to clone.

Do I need the gh CLI installed to manage GitHub CI status and workflow runs?

Yes, managing GitHub CI status and workflow runs requires the gh CLI binary. The tool executes shell commands via gh to list, view, and monitor workflow runs and read CI logs.

What is the best way to edit remote repository files without a local Git clone?

The best way to edit remote repository files without a local Git clone is using the GitHub Contents API. It allows you to read and update repository files directly through shell commands executed by the gh CLI.

Can I use GitHub API to track CI failures and monitor workflow logs?

Yes, you can use the GitHub API through the gh CLI to track CI failures and monitor workflow logs. It reads CI status and retrieves logs to help diagnose continuous integration failures.