gh-cli

Automate authenticated GitHub CLI commands for private repository access.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rohanbhatia27/rohanstutoring-redesign --skill gh-cli-rohanbhatia27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-cli
Source: https://github.com/rohanbhatia27/rohanstutoring-redesign/tree/main/.agents/skills/gh-cli
Command: npx skills add https://github.com/rohanbhatia27/rohanstutoring-redesign --skill gh-cli-rohanbhatia27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of using unauthenticated tools like curl or wget for GitHub operations, providing a secure and efficient authenticated workflow.

Core Features & Use Cases

  • Authenticated GitHub Access: Ensures all operations are performed with GitHub authentication.
  • CLI Tool Replacement: Offers an authenticated alternative to curl and wget for GitHub-related tasks.
  • Use Case: If you need to view a private repository or interact with pull requests or issues on GitHub, this Skill ensures a secure, authenticated experience.

Quick Start

Use the gh-cli skill to view the details of a private GitHub repository by running 'gh repo view owner/repo'.

Frequently Asked Questions about gh-cli

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

FAQPage Schema
How do I access private GitHub repositories from the command line?

Use the gh-cli skill to execute authenticated GitHub CLI commands, replacing unauthenticated curl or wget operations with secure access to private repositories and API interactions for automated workflows.

Why use authenticated GitHub CLI commands instead of curl or wget?

Authenticated GitHub CLI commands provide secure access to private repositories and API interactions, replacing unauthenticated curl or wget operations that lack proper GitHub authentication for sensitive workflow execution.

How do I view a private GitHub repository using the command line?

View a private GitHub repository by running authenticated CLI commands such as 'gh repo view owner/repo', ensuring secure access to private repository details through authenticated GitHub API interactions.

Can I interact with GitHub pull requests and issues using CLI commands?

Yes, you can interact with pull requests and issues using authenticated GitHub CLI commands, which provide a secure and efficient workflow for managing repository operations via the GitHub API.

Do I need GitHub authentication configured to manage repositories via CLI?

Yes, GitHub authentication is required to manage repositories via CLI, as this approach ensures all operations and API interactions are performed securely with proper authenticated access to private repositories.