Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

git-workflow

النجوم٢
التفرعات١
آخر تحديث٢٤ يونيو ٢٠٢٦ في ١٨:٤١

Default git workflow for the user's repositories: feature branches off the remote default branch, merge (never rebase) to take baseline updates, plain pushes (no --force or --force-with-lease), always-new commits (no amend), and squash-merge for all pull requests. Use when running any git action — branching, syncing, conflict resolution, committing, pushing, or merging — on the user's repos.

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

SKILL.md
readonly