github

Automates GitHub workflows with prebuilt tools for code search, issues, PRs, and repositories.

11|8|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/tallclub/matimo --skill github-tallclub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/tallclub/matimo/tree/main/typescript/packages/github/skills/github
Command: npx skills add https://github.com/tallclub/matimo --skill github-tallclub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations across issues, PRs, repos, and releases are tedious when performed manually; this skill provides a cohesive toolkit to automate common GitHub workflows within Matimo.

Core Features & Use Cases

  • Search code, issues, PRs, and repositories across organizations and projects.
  • Create, update, and manage issues and PRs; list collaborators; manage releases and security alerts.
  • Use cases include speeding up triage, onboarding new repos, and automating release workflows.

Quick Start

Use the GitHub skill to start automating common GitHub workflows with prebuilt tools.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issue management across multiple repositories?

You can automate GitHub issue management by using prebuilt tools to create, update, and search issues across organizations. This provides a cohesive toolkit to streamline triage and onboarding workflows without manual web interface clicks.

Can I search code and pull requests across organizations programmatically?

Yes, you can search code and pull requests across organizations using the github-search-code and github-list-pull-requests tools. This allows developers to query repositories and PRs directly to speed up code review and triage.

How do I create GitHub releases automatically as part of my workflow?

You can create GitHub releases automatically by utilizing the github-create-release tool within your workflow. This streamlines release management and administration by exposing release operations as callable functions.

What is needed to authenticate GitHub API operations for repository management?

Authentication for GitHub API operations requires environment tokens configured in your setup. These tokens authorize the prebuilt tools to manage repositories, list collaborators, and handle security alerts securely.

Does this GitHub automation toolkit support managing security alerts and collaborators?

Yes, the GitHub automation toolkit supports managing security alerts and listing collaborators. It exposes repository administration tools that allow software teams to handle access control and security monitoring efficiently.

What are the limitations of using prebuilt tools for GitHub workflow automation?

The primary limitation is that GitHub workflow automation relies on predefined tools for specific tasks like code search and PR updates. Complex or highly custom GitHub API interactions outside this catalog may not be supported.