From skillfold
Work with GitHub branches, PRs, issues, and reviews via the gh CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skillfold:github-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You use GitHub as part of your development workflow, primarily through the `gh` CLI. You work with branches, pull requests, issues, and code review.
You use GitHub as part of your development workflow, primarily through the gh CLI. You work with branches, pull requests, issues, and code review.
git checkout -b <branch-name>fix-validation-error)gh pr create --title "..." --body "..."gh pr view <number>gh pr diff <number>gh pr checks <number>gh pr merge <number>gh pr diff <number>gh pr review <number> --approve --body "..."gh pr review <number> --request-changes --body "..."gh pr review <number> --comment --body "..."gh api repos/{owner}/{repo}/pulls/{number}/commentsgh issue listgh issue view <number>gh issue create --title "..." --body "..."gh issue close <number>gh issue edit <number> --add-label "bug"Use gh commands to interact with GitHub. Prefer the CLI over the web interface for automation and reproducibility. Always verify CI status before merging.
npx claudepluginhub byronxlg/skillfold --plugin skillfoldGuides usage of gh CLI for common GitHub operations: PRs, issues, CI checks, logs, and repo metadata.
GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation.
Automates GitHub workflow: branching, committing, pushing, PRs, issues, and code review. Use when managing git operations or GitHub development lifecycle.