원클릭으로
github
Work with GitHub in this repo: PR creation, CI checks, and gh CLI operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Work with GitHub in this repo: PR creation, CI checks, and gh CLI operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Save and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage.
Navigate this repo quickly to find the correct app, package, or service, and identify the right files for changes.
Operate Temporal workflows in this repo: start, list, inspect, debug, cancel, terminate, and verify Worker Deployment routing.
Build a normalized market-context JSON bundle for a single symbol and timestamp.
Produce normalized fundamentals factors and deltas for one symbol.
Extract structured, source-attributed sentiment context for one symbol.
| name | github |
| description | Work with GitHub in this repo: PR creation, CI checks, and gh CLI operations. |
Use the GitHub CLI to create PRs, review checks, and inspect CI logs. Follow the repo conventions for commits and PR titles.
Use Conventional Commits:
fix(bumba): stabilize workflows
Example:
fix(bumba): stabilize workflows
.github/PULL_REQUEST_TEMPLATE.md to a temp file.gh pr create.cp .github/PULL_REQUEST_TEMPLATE.md /tmp/pr.md
$EDITOR /tmp/pr.md
gh pr create --body-file /tmp/pr.md
gh pr checks 2259
gh run view 123456789 --log
Use squash merge, do not delete the branch via CLI:
gh pr merge 2202 --squash -R proompteng/lab
references/github-pr-guide.mdscripts/create-pr.shassets/pr-body-template.md