GI
github
GitHub workflows using the `gh` CLI, including viewing issues/PRs and commit message conventions. Use when interacting with GitHub in any way, such as viewing, creating, or editing issues and pull requests, making commits, or running any `gh` command.
Install
mkdir -p .claude/skills/github-dslc-io && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14270" && unzip -o skill.zip -d .claude/skills/github-dslc-io && rm skill.zipInstalls to .claude/skills/github-dslc-io
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
GitHub workflows using the `gh` CLI, including viewing issues/PRs and commit message conventions. Use when interacting with GitHub in any way, such as viewing, creating, or editing issues and pull requests, making commits, or running any `gh` command.251 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
About this skill
GitHub
Use gh CLI, not web URLs: gh issue view 123, gh issue list, gh pr view 456, gh pr list.
Commit messages
Conventional commits; backtick-quote function names; close issues in body with - Closes #N.
feat: add `create_skill()`
Generates a new skill directory with a SKILL.md template.
- Closes #3