github-helper

Automate GitHub repository management tasks using the gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tanaer/lobster-university-v2 --skill github-helper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-helper
Source: https://github.com/tanaer/lobster-university-v2/tree/main/skills/courses/github-helper
Command: npx skills add https://github.com/tanaer/lobster-university-v2 --skill github-helper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates common GitHub repository management tasks, reducing the need for manual command-line operations and streamlining development workflows.

Core Features & Use Cases

  • Repository Operations: Clone, sync, and manage GitHub repositories efficiently.
  • Issue & PR Tracking: List and inspect GitHub Issues and Pull Requests with filtering capabilities.
  • Use Case: When you need to quickly clone a new project, sync your local repository with the latest changes, or check the status of open issues and pull requests, this Skill provides a unified interface.

Quick Start

Use the github-helper skill to clone the repository owner/repo.

Frequently Asked Questions about github-helper

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

FAQPage Schema
How do I automate cloning and syncing GitHub repositories?

You can automate GitHub repository cloning and syncing by executing gh CLI commands like gh repo clone and gh repo sync. This skill provides a unified interface to run these operations, reducing manual command-line input and streamlining development workflows.

How do I list and filter GitHub issues and pull requests?

To list and filter GitHub issues and pull requests, use the gh issue list and gh pr list commands. This skill automates these requests with various filtering options, allowing you to quickly inspect open items and check pull request statuses.

Do I need gh CLI authentication to manage GitHub repos?

Yes, you need gh CLI authentication configured to manage GitHub repos. The skill requires seamless gh CLI execution to perform operations like cloning repositories, syncing changes, and listing issues or pull requests.

What is the best way to check pull request statuses across GitHub repositories?

The best way to check pull request statuses across GitHub repositories is using the gh pr list command. This skill automates the retrieval process, providing a unified interface to inspect pull request statuses with specific filtering options.