github

Automate GitHub repository workflows, PRs, issues, and configurations via gh CLI.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/tangzheng202202/hermes-skills --skill github-tangzheng202202
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/tangzheng202202/hermes-skills/tree/main/01-coding-dev/github
Command: npx skills add https://github.com/tangzheng202202/hermes-skills --skill github-tangzheng202202

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub management can be tedious and error-prone when performed manually; this Skill provides automated, repeatable workflows for repositories, PRs, issues, and CI/CD configurations using the gh CLI and a reliable git+curl fallback.

Core Features & Use Cases

  • Automate common GitHub operations: create and manage PRs, issues, labels, and milestones; initialize and configure workflows; manage repositories and secrets.
  • Works with gh CLI when available and gracefully falls back to git + GitHub REST API via curl for environments without gh.
  • Use cases include onboarding new repos, mass PR handling, triaging issues, and standardizing release processes across multiple projects.

Quick Start

Tell Hermes Agent to automate GitHub tasks (PRs, issues, workflows) using gh or curl-based methods.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull requests and issues management?

You can automate GitHub pull requests and issues management by using this skill to apply repeatable workflows for PR lifecycles and issue triage. It supports mass PR handling and standardizing release processes across multiple repositories.

Can I automate GitHub workflows without the gh CLI installed?

Yes, you can automate GitHub workflows without the gh CLI installed. This skill auto-detects available tools and gracefully falls back to git and the GitHub REST API via curl for environments lacking gh.

Does this GitHub automation tool work with organization repositories?

Yes, this GitHub automation tool works with organization repositories. It supports teams and developers working across both personal and organization repos to manage configurations, secrets, and release workflows.

What is the best way to triage GitHub issues across multiple projects?

The best way to triage GitHub issues across multiple projects is using automated, repeatable workflows. This skill standardizes issue triage, label management, and milestone tracking to streamline software delivery.

Are there rate limits or permission requirements for automating GitHub repository tasks?

Yes, automating GitHub repository tasks requires proper credentials and is subject to rate limits. This skill includes guidance on permissions and rate limits, auto-detecting available credentials before executing operations.