# Gh Config

> Manage GitHub CLI configuration via gh CLI.

- Skill: `andersonlimahw/gh-config` (Agent Skill)
- Install (CLI): `npx skillmds@latest add andersonlimahw/gh-config`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andersonlimahw/gh-config/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Andersonlimahw (https://skillmd.com/u/andersonlimahw)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/andersonlimahw/gh-config

---


# GitHub Config Skill

View and modify gh CLI configuration settings.

## Capabilities
- List config: `gh config list`
- Get value: `gh config get <key>`
- Set value: `gh config set <key> <value>`
- Clear cache: `gh config clear-cache`
- Common keys: `git_protocol` (ssh/https), `editor`, `browser`, `prompt` (enabled/disabled), `pager`
- Set git protocol: `gh config set git_protocol ssh`
- Set editor: `gh config set editor code --wait`
- Disable prompts: `gh config set prompt disabled` (for scripting)
- Pager: `gh config set pager "less -R"`

## Usage
Triggered when user says "config", "gh config", "configure gh", "set gh editor".
Use `gh config get git_protocol` to check if gh uses SSH or HTTPS.

