adynato-github

Installation
SKILL.md

GitHub Skill

Use this skill when working with GitHub on Adynato projects.

Always Use gh CLI

Use the gh CLI for all GitHub operations instead of the web interface:

# Create PR
gh pr create --title "Title" --body "Description"

# View PR
gh pr view 123

# Check PR status
gh pr checks 123
Installs
10
Repository
adynato/skills
GitHub Stars
1
First Seen
Jan 21, 2026
adynato-github — adynato/skills