원클릭으로
github
Inspect GitHub PRs, issues, CI, and publish flows with local git and gh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect GitHub PRs, issues, CI, and publish flows with local git and gh.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Edit Squeezy's TOML configuration (`~/.squeezy/settings.toml`, `squeezy.toml`, per-repo overrides) using the canonical schema.
Debug failing GitHub Actions checks for the current branch or PR.
Commit local changes, push the branch, and open or update a GitHub pull request.
Address actionable GitHub pull request review feedback.
Research current web information with websearch and webfetch, then answer with sources.
Author a new Squeezy `SKILL.md` instruction bundle that the catalog can discover and activate.
| name | github |
| description | Inspect GitHub PRs, issues, CI, and publish flows with local git and gh. |
| when_to_use | Use when the task depends on GitHub repository, pull request, issue, check, review, or publish state. |
| triggers | ["github","pull request","pr","issue","gh pr","gh issue"] |
Use this skill to orient GitHub work before choosing a narrower workflow.
Start by identifying the repository and target object:
git remote -v, the current branch, and git status --short.gh auth status when a GitHub command is needed.gh pr view <number-or-url> --json number,title,state,baseRefName,headRefName,headRefOid,mergeable,mergeStateStatus,reviewDecision,statusCheckRollup,url.gh issue view <number-or-url> --json number,title,state,author,labels,body,comments,url.Route to the focused skill when the user asks for a specific workflow:
ci-debug for failing GitHub Actions checks.publish-changes when committing, pushing, or opening a PR.review-follow-up when addressing unresolved PR review feedback.When comparing GitHub state to local code, keep the exact head SHA visible in the reasoning. If the local checkout is dirty, stale, or on a different branch than the PR head, inspect safely before editing and avoid overwriting unrelated user changes.
/review is the code-review workflow. This skill is broader GitHub orientation: metadata, issues, CI state, review threads, branches, and publish flow triage.