cyberneticlibrary

Automate GitHub repository and CI/CD workflows

github-automationskillsetup L23,035
davepoon/buildwithclaude
What it does

Automate GitHub issues, PRs, branches, and CI/CD via Rube MCP

Best for

Batch-manage issues, create PRs with branch protection checks, and search code across repos when GitHub UI polling is slow.

Inputs
  • · Repository owner/name
  • · Issue title/body or PR head/base branches
  • · Search queries with qualifiers
  • · Code patterns or commit criteria
Outputs
  • · Created/updated issue or PR
  • · PR mergeability status
  • · Code search results (max 1000)
  • · Commit history with metadata
Requires
  • · Rube MCP
  • · Composio GitHub toolkit
  • · GitHub OAuth
Preconditions

Rube MCP configured; GitHub connection authenticated; push access for merge operations

Failure modes
  • · Invalid repo owner/name
  • · PR base==head branches
  • · Already-merged PR
  • · Code search returns > 1000 results
  • · Missing CI status checks
Trust signals
  • · Explicit mergeable status check before merge
  • · File size limits documented (384KB code search index limit)