github

Manage GitHub repositories, pull requests, issues, and Actions workflows via the REST API.

8|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/greghavens/triggerfish --skill github-greghavens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/greghavens/triggerfish/tree/main/skills/bundled/github
Command: npx skills add https://github.com/greghavens/triggerfish --skill github-greghavens

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub, allowing you to manage repositories, pull requests, issues, and search code without leaving your current environment.

Core Features & Use Cases

  • Repository Management: List, read files from, and view commits in your GitHub repositories.
  • Pull Request & Issue Handling: Create, list, review, and merge pull requests, as well as list and create issues.
  • Code Search & Automation: Search code across repositories and trigger GitHub Actions workflows.
  • Use Case: Quickly create a pull request for a feature branch, assign reviewers, and then merge it once approved, all through a single interface.

Quick Start

Use the github skill to list all your repositories, sorted by last updated.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub pull requests and issues without leaving my environment?

You can manage GitHub pull requests and issues directly through the GitHub REST API. This Skill supports listing, creating, reviewing, and merging pull requests, as well as creating and listing issues in a single interface.

Do I need a Personal Access Token to search code and manage repositories?

Yes, you need a Personal Access Token (PAT) for authentication to search code and manage repositories. The Skill enforces classification based on repository visibility, requiring proper PAT authorization to access and manipulate your GitHub data.

Can I trigger GitHub Actions workflows through the GitHub REST API?

Yes, you can trigger GitHub Actions workflows through the GitHub REST API. The Skill integrates with Actions to let you automate workflows, alongside performing code searches and managing your repository files and commits.

How do I create and merge a pull request for a feature branch?

To create and merge a pull request, use the Skill to interface with the GitHub REST API. You can create a PR from your feature branch, assign reviewers, and merge it once approved, all without switching contexts.

What's the best way to read files and view commits across GitHub repositories?

The best way to read files and view commits is by using the GitHub REST API integration. This Skill allows you to list repositories, read individual files, and view commit histories directly within your current working environment.

Does this GitHub integration support classifying access based on repository visibility?

Yes, the integration enforces classification based on repository visibility. It uses your Personal Access Token to determine access levels, ensuring that public and private repository interactions are handled with appropriate authentication.