# Gh CLI

> Utiliser la CLI GitHub et Copilot en terminal. Use this skill whenever the user asks about gh cli in an open-source maintenance context — including phrasing like "utiliser gh cli", "scripter des actions github depuis le terminal" — even if they don't name the skill directly.

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

---


## Quand invoquer ce skill

Utiliser la CLI GitHub et Copilot en terminal.

## L1 — Réflexe de base

`gh pr create`, `gh issue list` pour éviter l'aller-retour navigateur.

## L2 — Pratique professionnelle par défaut

Scripter des revues en masse : `gh pr list --json` + `jq` pour filtrer les PR stales.

## L3 — Maîtrise d'architecte

Intégrer `gh` dans des hooks Git locaux ou des Actions pour des workflows de triage automatisé multi-repo (`gh api` avec pagination GraphQL).

