pro-github

Automate GitHub issue creation, PR management, and secrets via the GitHub API.

7|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/Cassiiopeia/projectops --skill pro-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pro-github
Source: https://github.com/Cassiiopeia/projectops/tree/main/skills/pro-github
Command: npx skills add https://github.com/Cassiiopeia/projectops --skill pro-github

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies and automates various GitHub operations, reducing the need for manual intervention and saving time for developers.

Core Features & Use Cases

  • Issue and PR Management: Create, view, update, and manage issues and pull requests directly from the command line.
  • Automated Workflows: Execute CI/CD pipelines, create release notes, and generate changelogs automatically.
  • Secret Management: Securely manage GitHub secrets and environment variables.

Quick Start

Create a new issue with the command: /github issue "Report a bug" /pro-github create-issue -title "Report a bug" -body "The application crashes when..."

Frequently Asked Questions about pro-github

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

FAQPage Schema
How do I automate GitHub issue and PR management from the command line?

Automating GitHub issue and PR management involves using predefined commands to directly create, view, and update issues and pull requests through the GitHub API, requiring PAT access to interact with your repository.

Do I need a GitHub Personal Access Token to automate repository workflows?

Yes, PAT access to the GitHub repository is required. This token authorizes the GitHub API interactions needed for direct manipulation of issues, PRs, and automated CI/CD pipelines.

What's the best way to securely manage GitHub secrets and environment variables?

Securely managing GitHub secrets and environment variables is handled through predefined commands that interact directly with the GitHub API, ensuring secure storage and automated workflow configuration without manual web interface intervention.

How do I automatically execute CI/CD pipelines and generate release notes?

Executing CI/CD pipelines and generating release notes is achieved through automated workflows triggered via command line instructions, utilizing the GitHub API to streamline software development collaboration and output changelogs.

Can I use GitHub CLI commands to create a new issue directly from my terminal?

Yes, you can create a new issue directly from your terminal by executing a predefined command structure, such as specifying the issue title and body, which the script processes via the GitHub API.