Back to browse
github
officialplatinum (7/8)Clean scan
Install
mayros skill install github
mayros skill install [email protected]
GitHub integration — issues, PRs, CI, repos, advanced queries via gh CLI
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 apiqueries 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
| Predicate | Scope | Description |
|-----------|-------|-------------|
| github:issue_created | agent | Issues created by the agent |
| github:pr_created | agent | PRs created by the agent |
| github:check_status | agent | CI check results observed by the agent |
| github:repo_context | namespace | Repository metadata for context enrichment |
License
MIT
Versions
Comments
Sign in to leave a comment.
Loading comments...