github-features

Manage GitHub pull requests, issues, actions, and projects via CLI.

1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-git-github --skill github-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-features
Source: https://github.com/pluginagentmarketplace/custom-plugin-git-github/tree/main/skills/github-features
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-git-github --skill github-features

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines interactions with core GitHub platform features, enabling efficient management of development workflows directly through AI commands.

Core Features & Use Cases

  • Pull Request Management: Create, list, view, update, close, and merge pull requests.
  • Issue Tracking: Create, list, and view GitHub issues.
  • GitHub Actions: Monitor and view GitHub Actions runs.
  • Project Boards: Manage GitHub Projects.
  • Use Case: Quickly create a new pull request for a feature branch, list all open issues assigned to you, or check the status of a CI/CD pipeline run.

Quick Start

Use the github-features skill to list all open pull requests in the current repository.

Frequently Asked Questions about github-features

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

FAQPage Schema
How do I manage GitHub pull requests and issues via command line?

GitHub CLI (gh) is required to execute commands for pull requests and issues. This Skill uses gh commands to create, list, update, and merge pull requests or issues directly through automated workflow definitions.

What's the best way to monitor GitHub Actions runs and set up CI/CD pipelines?

Monitoring GitHub Actions runs and setting up CI/CD pipelines requires GitHub CLI and Actions YAML syntax. This Skill checks pipeline run statuses and configures automated CI/CD workflows via deterministic command execution.

Do I need GitHub CLI and YAML knowledge to automate development workflows?

Yes, GitHub CLI (gh) and understanding of GitHub Actions YAML syntax are required. These prerequisites enable the Skill to execute deterministic tasks for branch protection rules configuration and workflow automation.

Can I configure branch protection rules and manage GitHub Projects using CLI commands?

Yes, you can configure branch protection rules and manage GitHub Projects using CLI commands. The Skill supports automated setup for branch protection and handles project board management through GitHub CLI integration.

Why use CLI commands for GitHub feature management instead of the web interface?

Using CLI commands for GitHub feature management streamlines interactions with core platform features through AI commands. It enables efficient automated development workflows, bypassing manual web interface navigation for pull requests and issues.