بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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