en un clic
pull-main
Checkout main branch and pull latest changes from remote.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Checkout main branch and pull latest changes from remote.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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