AgentSkillsCN

GitHub Workflow

围绕议题、PR、发布与仓库管理展开 GitHub 交互

SKILL.md
--- frontmatter
name: "GitHub Workflow"
description: "GitHub interactions for issues, PRs, releases, and repository management"
triggers:
  - "github workflow"
  - "github help"
  - "gh operations"
user_invocable: true

GitHub Workflow

A comprehensive suite of GitHub workflow skills using the gh CLI and GitHub MCP tools.

Available Skills

Issue Management

SkillPurposeInvoke
/gh-issueCreate/link/close issuesgh-issue, create issue
/gh-triageBatch label and prioritizegh-triage, triage issues

Pull Request Workflow

SkillPurposeInvoke
/gh-pr-statusCheck PR status, CI, merge readinessgh-pr-status, pr status
/gh-pr-requestRequest reviewersgh-pr-request, request review
/gh-pr-respondView/respond to review commentsgh-pr-respond, pr comments
/gh-pr-mergeMerge PR with strategygh-pr-merge, merge pr
/gh-pr-updateUpdate PR branch with basegh-pr-update, update pr

Releases & Tags

SkillPurposeInvoke
/gh-releaseCreate release with changeloggh-release, new release
/gh-tagSemantic version tagginggh-tag, create tag
/gh-changelogGenerate changelog from PRsgh-changelog, release notes

Repository Status

SkillPurposeInvoke
/gh-healthRepository health dashboardgh-health, repo status
/gh-mineMy assigned/mentioned itemsgh-mine, my issues
/gh-activityRecent activity summarygh-activity, what happened

Quick Reference

bash
# Issue workflow
/gh-issue create       # Create new issue
/gh-triage             # Triage open issues

# PR workflow
/gh-pr-status          # Check current PR
/gh-pr-request @user   # Request review
/gh-pr-respond         # Handle comments
/gh-pr-merge           # Merge when ready

# Release workflow
/gh-changelog          # Generate notes
/gh-tag v1.2.0         # Create tag
/gh-release            # Create release

# Dashboard
/gh-health             # Repo overview
/gh-mine               # My items
/gh-activity           # Recent activity

Related Skills

  • /commit - Create commits with conventional messages
  • /commit-push-pr - Full commit, push, and PR workflow
  • /git-* - Local git operations
  • /review-pr - Review pull requests