github

Automate GitHub issues, PRs, and workflow inspections via the gh CLI.

327|85|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/letta-ai/lettabot --skill github-letta-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/letta-ai/lettabot/tree/main/.skills/github
Command: npx skills add https://github.com/letta-ai/lettabot --skill github-letta-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to automate GitHub tasks by using the gh CLI, allowing you to manage issues, pull requests, workflows, and more from a single interface.

Core Features & Use Cases

  • Automated GitHub actions: Create and update issues, PRs, and comments without leaving your agent.
  • CI/CD & workflow inspections: Check CI status and view run details across repositories.
  • Use Case: When maintaining a project with dozens of issues, you can script triage and status checks across multiple repos.

Quick Start

Install the gh CLI and authenticate, then run commands like gh issue list --repo owner/repo or gh pr view <pr-number> to begin.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub issues and pull requests from an automated workflow?

You can automate GitHub issues and pull requests by using the gh CLI to script triage, create updates, and check CI statuses across multiple repositories from a single interface.

What is needed to run gh CLI commands for repo maintenance outside a git directory?

Running gh CLI commands for repo maintenance requires the GitHub CLI installed and authenticated on your host, and you must specify the repository using the --repo flag in non-git contexts.

How do I check CI run details and workflow statuses across multiple repositories?

Check CI run details and workflow statuses by executing gh run commands to view run details and inspect CI statuses across your maintained project repositories.

Can I create and update GitHub pull requests without leaving my agent interface?

Yes, you can create and update GitHub pull requests, issues, and comments directly from your agent interface by executing standard gh pr and gh issue CLI commands through the skill.

Does this approach support direct interaction with the GitHub API for custom endpoint queries?

Yes, the automation approach supports direct interaction with the GitHub API using the gh api command, allowing you to query custom endpoints alongside standard pr, issue, and run management.

What is the best way to triage dozens of issues across several code repositories?

The best way to triage dozens of issues across several code repositories is to script automated status checks and updates using the gh issue list command with the --repo flag.