github-cli-operations

Use GitHub CLI (gh) to interact with GitHub repositories, pull requests, issues, and workflows. Use when: (1) Reading PR details, diffs, or metadata, (2) Listing or filtering PRs and issues, (3) Creating PR comments or linking to issues, (4) Checking CI status or mergeability, (5) Extracting issue references from PR descriptions, or (6) Any GitHub repository operation via command line. Requires GitHub CLI installed and authenticated.

$ Instalar

git clone https://github.com/lambda-curry/devagent /tmp/devagent && cp -r /tmp/devagent/.codex/skills/github-cli-operations ~/.claude/skills/devagent

// tip: Run this command in your terminal to install the skill