github

Automate GitHub issues, projects, and PR tasks via the gh CLI.

9|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/TonyCasey/lisa --skill github-tonycasey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/TonyCasey/lisa/tree/main/src/project/.lisa/skills/github
Command: npx skills add https://github.com/TonyCasey/lisa --skill github-tonycasey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables seamless management of GitHub issues, Projects v2 boards, and PR workflow checks directly from Lisa, reducing manual coordination and context switching during software development.

Core Features & Use Cases

  • Issue management: create, list, view, close/reopen, and label issues using the gh CLI.
  • Projects v2 governance: manage project boards, items, and field updates across repositories.
  • PR & CI integration: check PR status, retrigger tests, and push changes as part of automated workflows.
  • Use Case: A team auto-triages incoming issues, updates project statuses, and triggers CI workflows with a single Lisa command.

Quick Start

Authenticate with GitHub via gh, then try a few commands such as listing issues in a repository: lisa github issues list --repo owner/repo

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull requests and issue management from a single command?

Automate GitHub pull requests and issue management by interfacing with the gh CLI to create, list, close, and label issues, as well as check PR status and retrigger CI tests directly from your workflow assistant.

Can I manage GitHub Projects v2 boards automatically without switching contexts?

Manage GitHub Projects v2 boards automatically by using gh CLI commands to update project items and field statuses across repositories, reducing manual coordination and context switching during development.

How do I set up gh authentication for automated GitHub workflow tasks?

Set up gh authentication for automated GitHub workflow tasks by configuring the gh CLI environment with proper access tokens, ensuring secure repository-scoped operations and PR activities.

Does this GitHub automation tool support dry-run capabilities for safe testing?

This GitHub automation tool supports dry-run capabilities, allowing you to safely test development workflows and validate repository-scoped operations before executing actual changes to issues or projects.

What is the best way to auto-triage incoming GitHub issues and trigger CI workflows?

Auto-triage incoming GitHub issues and trigger CI workflows by combining gh CLI operations to list, label, and update project items, then retrigger PR tests with a single automated command.

Are there limitations when using gh CLI for repository-scoped GitHub operations?

Limitations when using gh CLI for repository-scoped GitHub operations include the need for proper authentication configuration and environment setup to ensure secure access and avoid workflow execution failures.