with one click
pull-main
Checkout main branch and pull latest changes from remote.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Checkout main branch and pull latest changes from remote.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
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.
Based on SOC occupation classification
| 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