원클릭으로
pull-main
Checkout main branch and pull latest changes from remote.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Checkout main branch and pull latest changes from remote.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforce file/function/line-length standards on any project (Python, Rust, Go, TypeScript).
Generate agent-friendly ARCHITECTURE.md index and per-directory README.md files for any codebase.
Evidence-gated debugging and investigation. Requires citing file:line references and actual output before proposing fixes.
Infrastructure as Code expertise using Terraform for major cloud providers (AWS, Azure, GCP).
Rebase current work branch on latest main with intelligent conflict resolution.
Verify main branch stability before development and before pushing code to remote.
| name | pull_main |
| description | Checkout main branch and pull latest changes from remote. |
| inputs | {} |
| outputs | {"status":"string"} |
| dependencies | ["git"] |
| safety | Read-only on remote; updates local working directory. |
| steps | [{"Checkout main branch":"git checkout main"},{"Pull latest changes":"git pull"}] |
| tooling | ["git checkout, git pull"] |
Simple utility to checkout the main branch and pull the latest changes from remote.
git checkout main && git pull