Compétences git-workflow
🔀

git-workflow

Sûr 🌐 Accès réseau📁 Accès au système de fichiers⚙️ Commandes externes

精通 Git 工作流與常規提交

Également disponible depuis: 0xDarkMatter,Cain96,Joseph OBrien,Joseph OBrien,0xDarkMatter,Barnhardt-Enterprises-Inc,AI-Vibe-Prompts,supercent-io

開發人員經常苦於不一致的提交訊息和分支命名慣例。此技能提供標準化的 Git 工作流,包括常規提交、分支策略以及預完成檢查清單,確保程式碼變更清晰可追溯。

Prend en charge: Claude Codex Code(CC)
📊 69 Adéquat
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "git-workflow". Help me create a conventional commit for adding user login

Résultat attendu:

  • feat(auth): add user login functionality
  •  
  • Implement JWT-based authentication with email/password
  •  
  • Closes #45

Utilisation de "git-workflow". How should I name my branch for a bug fix

Résultat attendu:

  • Use the format: fix/issue-number-description
  • Example: fix/123-handle-null-response
  • This keeps branches organized and traceable to issues

Utilisation de "git-workflow". What are the pre-push checks

Résultat attendu:

  • 1. Run all tests: npm test
  • 2. Run linter: npm run lint
  • 3. Type check (TypeScript): tsc --noEmit
  • 4. Build: npm run build
  • 5. Verify no console.log statements remain

Audit de sécurité

Sûr
v5 • 1/17/2026

Pure documentation skill containing only markdown guidance on Git workflow best practices. No executable code, scripts, network calls, filesystem access beyond its own files, or command execution capabilities. All 40 static findings are false positives.

2
Fichiers analysés
296
Lignes analysées
3
résultats
5
Total des audits

Score de qualité

38
Architecture
90
Maintenabilité
85
Contenu
21
Communauté
100
Sécurité
100
Conformité aux spécifications

Ce que vous pouvez construire

撰寫清晰的提交

學習常規提交格式,建立可追蹤、自動產生變更日誌的提交歷史記錄

強制執行團隊標準

在開發團隊中建立一致的分支命名和提交訊息慣例

推送前驗證

遵循預完成檢查清單,確保測試、程式碼檢查和建置在程式碼送達遠端前通過

Essayez ces prompts

建立功能提交
幫我撰寫一個用於新增使用者驗證的常規提交,包含類型、範圍和描述。
記錄重大變更
我需要為我的 API 建立一個重大變更提交。示範正確格式和頁腳。
推送前驗證
在推送我的 git 變更之前,應該執行哪些預完成驗證步驟?
分支命名
對於修復 bug issue-123 的分支,正確的命名慣例是什麼?

Bonnes pratiques

  • 使用語義化的提交類型:feat 代表新功能、fix 代表錯誤修復、refactor 代表重構
  • 始終在提交前執行測試和程式碼檢查,以早期發現問題
  • 在提交訊息中包含問題編號以提高可追蹤性

Éviter

  • 使用模糊的提交訊息,如 'fixed stuff' 或 'update'
  • 未經程式碼審查就直接提交到 main 分支
  • 跳過預完成檢查並推送損壞的程式碼

Foire aux questions

支援哪些提交類型?
六種類型:feat、fix、refactor、docs、test 和 chore。每種都有特定的用途來追蹤變更。
提交訊息的最大行長度是多少?
標題行保持在 72 個字元以內。內文文字換行設為 80 個字元以提高可讀性。
如何與變更日誌工具整合?
常規提交在使用 semantic-release 或類似工具時可以自動產生變更日誌。
此技能安全嗎?
這是一個唯讀的說明技能。它只會讀取自己的檔案並提供指導,不會執行任何程式碼。
為什麼我的提交無法被識別?
確保格式符合:type(scope): description。檢查類型名稱(如 feat 或 fix)是否有拼寫錯誤。
這與 gitmoji 有何不同?
常規提交使用文字標籤,而 gitmoji 使用表情符號。兩種都有效;常規提交更加明確。

Détails du développeur

Structure de fichiers

📄 SKILL.md