بنقرة واحدة
github
gh CLI and GitHub issue/PR workflow for agents. Use when referencing PRs, issues, or Dependabot updates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
gh CLI and GitHub issue/PR workflow for agents. Use when referencing PRs, issues, or Dependabot updates.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | github |
| description | gh CLI and GitHub issue/PR workflow for agents. Use when referencing PRs, issues, or Dependabot updates. |
| version | 1.0.0 |
gh is a git operationFor agents, gh counts as git — same operator-only policy as git. Read-only gh is fine
(gh pr view, gh issue list, gh run list). Do not run write gh commands
(gh pr create, gh pr merge, gh release create, mutating gh api, etc.) unless the user
explicitly requests that exact command in that message.
After implementation, give the operator fenced bash commands (git and gh) for commit, push,
PR, and merge. See operator-only-git-operations rule.
podverse/metaboostgh pr view 35
gh pr list
gh issue view 42
gh issue list
The gh CLI requires network permissions. If certificate errors occur, the command may need full
permissions in sandboxed environments.
https://github.com/podverse/metaboost/pull/{number}https://github.com/podverse/metaboost/issues/{number}chore(deps): bump {package} from {old-version} to {new-version}
See docs/repo-management/GITHUB-LABELS.md.
grep -r "@types/node" --include="package.json"
./scripts/development/update-lockfile-linux.sh, then
host npm install (see native-deps-platform-mismatch)npm run lint and targeted testsgit log --all --oneline --grep="#35"
git log --all --oneline --grep="chore(deps)"
git branch -vv
Canonical linear DB migrations under infra/k8s/base/ops/source/database/linear-migrations, ops bundles, env keys, and runners. Use when adding or changing SQL migrations, K8s DB bootstrap, or scripts/database in this repo.
When an E2E test verifies a specific element, pass it to the capture helper so the step screenshot is taken with that element vertically centered.
Create and use Metaboost git worktrees in sibling directories named metaboost_<branch_slug> (underscores). Use when starting feature work, moving WIP off the main checkout, or opening the correct worktree path for a branch.
Distributed tracing and OTLP export patterns. Use when adding trace context, log correlation, or Observability env — after Metaboost adopts a shared observability package.
When you finish a plan file in active/, automatically move it to completed/. If it's the last plan in its set, move the whole set. Use when completing any plan under .llm/plans/active/.
User vocabulary abcmemory and abcremember — where Cursor guidance lives and how to persist new instructions. Use when the user says abcmemory or abcremember.