ApiliumHub
Back to browse

github

ApiliumApiliumv1.0.318600
officialplatinum (7/8)Clean scan

GitHub integration — issues, PRs, CI, repos, advanced queries via gh CLI

Install

mayros skill install github
mayros skill install [email protected]

README

@apilium/github

GitHub integration skill for Mayros -- issues, PRs, CI, repos, and advanced API queries via the gh CLI.

Installation

Copy this skill directory into your Mayros skills folder:

cp -r skills/github ~/.mayros/skills/github

Or install via the Mayros CLI:

mayros skill install @apilium/github

Prerequisites

Install and authenticate the GitHub CLI:

# Install
brew install gh          # macOS
sudo apt install gh      # Ubuntu/Debian

# Authenticate
gh auth login

Verify: gh auth status

Usage

Once configured, the agent can:

  • Issues: List, create, view, close, and comment on issues
  • Pull Requests: List, create, review, merge, and check PR status
  • CI / Actions: List runs, view logs, watch in real-time, download artifacts
  • Repos: View info, clone, create repositories
  • API: Run arbitrary gh api queries for advanced use cases

Example prompts

"List open issues labeled 'bug'"
"Create a PR from this branch to main"
"Show me the CI checks for PR #42"
"What are the 5 most recent workflow runs?"
"Search for repos in our org that use TypeScript"

Semantic Predicates

PredicateScopeDescription
github:issue_createdagentIssues created by the agent
github:pr_createdagentPRs created by the agent
github:check_statusagentCI check results observed by the agent
github:repo_contextnamespaceRepository metadata for context enrichment

License

MIT

Versions

v1.0.3Feb 27, 2026
v1.0.2Feb 27, 2026
v1.0.1Feb 27, 2026
v1.0.0Feb 26, 2026

Comments

Sign in to leave a comment.

Loading comments...