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