github

Access GitHub repositories, issues, pull requests, and workflows via Personal Access Token.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/repairman29/jarvis-rog-ed --skill github-repairman29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/repairman29/jarvis-rog-ed/tree/main/skills/github
Command: npx skills add https://github.com/repairman29/jarvis-rog-ed --skill github-repairman29

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

JARVIS needs to interact with GitHub to manage repositories, issues, and pull requests, and to trigger workflows without manual browsing.

Core Features & Use Cases

  • Connect via a GitHub Personal Access Token to access repos you own or belong to
  • List repositories, view issues, create or comment on issues, and manage pull requests
  • Trigger workflow_dispatch for running GitHub Actions workflows as part of automated tasks
  • Inspect branches and workflows to coordinate CI/CD and releases
  • Real-world example: automatically create an issue when an alert is received, then dispatch a deployment workflow for a target repository

Quick Start

Add GITHUB_TOKEN to your environment, load the github skill, and verify connectivity with github_status.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issues and pull requests from a terminal assistant?

To automate GitHub issues and pull requests, use this Skill to connect via a Personal Access Token. It queries, creates, and comments on issues and PRs across owned or organization repositories without manual browsing.

How do I trigger a GitHub Actions workflow_dispatch automatically?

Trigger a GitHub Actions workflow_dispatch by loading this Skill and calling the github_workflow_dispatch tool. This initiates CI/CD workflows across accessible repositories as part of automated tasks.

Do I need a GitHub Personal Access Token to manage repos via automation?

Yes, a GitHub Personal Access Token is required. You must add GITHUB_TOKEN to your environment to authenticate and access repositories, issues, PRs, and workflows.

Can I list organization repositories and inspect branches programmatically?

You can list organization repositories and inspect branches programmatically using the github_repos and github_branches tools. This provides visibility into repository structure and branch states.

What is the best way to create a GitHub issue when an alert is received?

The best way to create a GitHub issue when an alert is received is using this Skill to automatically generate the issue in a target repository and then dispatch a deployment workflow for remediation.