بنقرة واحدة
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.