fix: resolve SKILL.md validation errors

This commit is contained in:
sck_0
2026-02-20 21:46:40 +01:00
parent f40869df53
commit 70ed8b2c8a
798 changed files with 2907 additions and 59 deletions

View File

@@ -3,6 +3,8 @@ name: github-automation
description: "Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically."
requires:
mcp: [rube]
risk: unknown
source: community
---
# GitHub Automation via Rube MCP
@@ -225,3 +227,6 @@ All list endpoints use page-based pagination:
| Check CI | `GITHUB_LIST_CHECK_RUNS_FOR_A_REF` | `owner`, `repo`, ref |
| List collaborators | `GITHUB_LIST_REPOSITORY_COLLABORATORS` | `owner`, `repo` |
| Branch protection | `GITHUB_GET_BRANCH_PROTECTION` | `owner`, `repo`, `branch` |
## When to Use
This skill is applicable to execute the workflow or actions described in the overview.