github-workflow

Automate GitHub operations including PR management, code review, and issue tracking.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Toqsick/MaxClaw --skill github-workflow-toqsick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-workflow
Source: https://github.com/Toqsick/MaxClaw/tree/main/.claude/skills/github-workflow
Command: npx skills add https://github.com/Toqsick/MaxClaw --skill github-workflow-toqsick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates a comprehensive set of GitHub operations, including authentication, pull request management, code review, issue tracking, and repository maintenance, significantly reducing manual effort and enhancing efficiency.

Core Features & Use Cases

  • Authentication: Handles HTTPS/SSH/gh CLI authentication across multiple platforms.
  • PR Lifecycle: Manages pull request workflows, including branch management, commits, and merging.
  • Code Review: Supports local and pull request-level code review processes.
  • Issue Management: Covers issue creation, triage, labeling, and assignment.
  • Repository Management: Manages repository cloning, creation, forking, remote management, releases, and secrets.
  • CI/CD Diagnostics: Offers read-only CI failure diagnosis from issues and workflow YAML.
  • Automation Scripts: Provides scripts for automating common GitHub tasks.
  • Skill Conversion & Config-Sync: Facilitates the conversion of skills between platforms and devices.
  • Documentation Health Audit: Audits and updates README files for repositories.
  • GreyHack/Greybel CI: Integrates with GreyHack CI systems for builds and verifications.
  • Read-only CI Failure Diagnosis: Diagnoses CI failures without making any code changes.
  • Batch File Push: Pushes the same file to multiple repositories using the GitHub Contents API.
  • Issue-to-PR Workflow: Automates the conversion of issues to pull requests.
  • GreyHack/Greybel CI addendum: Additional instructions for GreyHack repositories using Greybel-js.

Quick Start

To set up the GitHub workflow, run the following commands:

gh auth login
gh pr create --title "My First PR" --body "Initial commit"
gh pr review --approve
gh pr merge --squash

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 request management and code review workflows?

GitHub workflow automation handles PR management and code review by automating branch creation, commit handling, and the pull request review process. You can manage the entire PR lifecycle locally and remotely using the gh CLI.

How do I diagnose CI/CD failures without modifying my repository code?

Read-only CI failure diagnosis analyzes workflow YAML files and CI issues without making any code changes. It inspects GitHub Actions configurations to identify build failures and provide diagnostic feedback.

Does GitHub workflow automation require the gh CLI to manage repositories?

Yes, GitHub workflow automation requires the gh CLI and GitHub API access to function. It relies on gh for authentication setup, repository cloning, forking, and remote management operations.

How do I push a single file to multiple GitHub repositories at once?

Batch file push uses the GitHub Contents API to push the same file to multiple repositories simultaneously. This automation script handles repository management across various remote targets efficiently.

How do I automate issue tracking and convert issues to pull requests?

Issue management covers issue creation, triage, labeling, and assignment. The issue-to-PR workflow specifically automates converting tracked issues into active pull requests directly through GitHub API operations.

How can I audit and update documentation health for GitHub repositories?

Documentation health audit scans repository README files to identify outdated or missing information. It evaluates documentation standards and updates README content to maintain repository health.