allbeingsfuture/skills@github-automation

Automate GitHub repository, issue, PR, branch, CI/CD, and permission management via MCP tool calls.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill allbeingsfuture-skills-github-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: allbeingsfuture/skills@github-automation
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/github-automation
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill allbeingsfuture-skills-github-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces manual, error-prone repository administration by automating common GitHub operations such as issue tracking, pull request reviews, branch management, CI/CD checks, and permission changes through Rube MCP tool calls.

Core Features & Use Cases

  • Issue and PR automation: Create, list, comment, and search issues and pull requests across repositories.
  • Pull request workflows: Find, inspect, review file changes, verify CI status, and merge PRs with explicit user confirmation.
  • Repository and branch management: Create repos and branches, update settings, and manage references safely with pagination and validation.
  • CI/CD and deployments: List workflows, trigger workflow_dispatch events, and check deployment statuses.
  • Permissions and protections: Inspect collaborators, branch protection rules, and update access with appropriate admin checks.
  • Real-world example: A maintainer can search for failing CI runs on a feature branch, inspect changed files, request reviews, and merge after confirming mergeable status and checks.

Quick Start

Connect Rube MCP and the GitHub toolkit, confirm the connection is ACTIVE, then ask the skill to find open pull requests in my repo and verify CI status before merging.

Frequently Asked Questions about allbeingsfuture/skills@github-automation

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

FAQPage Schema
How do I automate GitHub pull request reviews and CI status checks before merging?

Automate GitHub pull request workflows by using MCP tool calls to find open PRs, inspect file changes, verify CI check statuses, and merge with explicit user confirmation. This reduces manual repository administration and prevents merging failing code.

How do I trigger GitHub Actions workflow_dispatch events and check deployment statuses programmatically?

Trigger GitHub Actions workflow_dispatch events and check deployment statuses by invoking CI/CD operations through authenticated Rube MCP tool calls. You can list available workflows, dispatch specific events, and query current deployment states across your managed repositories.

What do I need to connect before automating GitHub repository management via MCP?

GitHub repository management automation requires an active Rube MCP connection with RUBE_SEARCH_TOOLS available, plus an authenticated GitHub toolkit connection established via RUBE_MANAGE_CONNECTIONS before invoking any provider-specific tools.

Can I manage branch protection rules and collaborator permissions across GitHub repositories?

Manage branch protection rules and collaborator permissions by inspecting existing access controls and updating them through MCP tool calls. The automation performs appropriate admin checks before modifying branch protections or changing collaborator access levels.

How do I search and list GitHub issues and pull requests across multiple repositories?

Search and list GitHub issues and pull requests across repositories by using MCP tool calls to create, query, comment, and paginate through items. This automation handles repository validation and safely manages references during issue tracking operations.

What is the best way to automate creating GitHub repositories and branches with validation?

Automate GitHub repository and branch creation by using MCP tool calls with built-in pagination and validation. You can safely create new repos, update settings, and manage branch references while reducing manual, error-prone administration tasks.