github-ops

Automate GitHub repository tasks including issue triage, PR review, CI/CD debugging, releases, and security alerts via gh CLI.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/luongldptit/move-ticket --skill github-ops-luongldptit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-ops
Source: https://github.com/luongldptit/move-ticket/tree/main/.agent/skills/github-ops
Command: npx skills add https://github.com/luongldptit/move-ticket --skill github-ops-luongldptit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing GitHub repositories manually is time-consuming and error-prone, especially for open-source maintainers handling high volumes of issues, PRs, CI failures, and security alerts. This skill automates routine operational tasks to reduce overhead and improve repository health.

Core Features & Use Cases

  • Issue & PR Triage: Classify, label, and deduplicate issues, flag stale PRs, and enforce review checklists to keep contributions organized.
  • CI/CD & Release Management: Debug failed workflow runs, generate changelogs from merged PRs, and create versioned releases to streamline deployment.
  • Security & Contributor Experience: Monitor Dependabot and secret scanning alerts, and manage contributor workflows to improve open-source project health. For example, a maintainer of a popular open-source library can use this skill to triage 50+ weekly bug reports, resolve flaky CI failures, and publish a v2.0 release with an accurate changelog in minutes instead of hours.

Quick Start

Use the github-ops skill to triage all open unlabeled issues in the luongldptit/move-ticket repository and add appropriate priority and type labels.

Frequently Asked Questions about github-ops

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

FAQPage Schema
How do I automate GitHub issue triage for high-volume open-source repositories?

Automate GitHub issue triage by using the gh CLI to classify, label, and deduplicate open issues. This reduces manual overhead for maintainers by applying appropriate priority and type labels directly through API operations.

Can I generate a changelog from merged pull requests for a versioned release?

Yes, you can generate a changelog from merged pull requests to prepare versioned releases. The skill automates extracting merged PR data via the GitHub API to create accurate release notes efficiently.

What is the best way to debug failed GitHub Actions workflow runs without the web interface?

Debug failed CI/CD workflow runs by executing GitHub API operations through the authenticated gh CLI. This approach allows DevOps engineers to analyze failures and manage workflow runs directly from the command line.

Do I need the gh CLI installed to monitor Dependabot and secret scanning alerts?

Yes, you need authenticated access to the gh CLI to monitor Dependabot and secret scanning alerts. The skill relies on the CLI to execute GitHub API operations for security monitoring and dependency management.

How do I flag stale pull requests and enforce review checklists in GitHub?

Flag stale pull requests and enforce review checklists using automated gh CLI commands. This skill manages PR workflows by evaluating contribution states and applying repository labels to keep contributions organized.