Compétences git-workflow
🔀

git-workflow

Sûr

建立更好的提取請求

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

團隊苦於不一致的提取請求,這些請求缺乏上下文並減慢了審查速度。本技能提供結構化模板、分支命名慣例和合併策略,以簡化您的 git 工作流程。

Prend en charge: Claude Codex Code(CC)
📊 70 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 pull request for a new feature that adds OAuth2 login.

Résultat attendu:

  • Title: feat(auth): add OAuth2 integration
  • Summary: Adds Google and GitHub OAuth2 login options. Users can now sign in with their existing accounts. Session management updated for persistent login.
  • Test Plan: Add unit tests for OAuth flow, integration tests with mock provider, manual testing with real OAuth accounts.
  • Checklist: Code follows style guidelines, self-review completed, documentation updated, no new warnings.

Audit de sécurité

Sûr
v3 • 1/10/2026

Pure prompt-based documentation skill with no executable code. Contains only markdown files defining git workflow best practices and PR templates. No scripts, network calls, filesystem access, or external command execution capabilities.

2
Fichiers analysés
235
Lignes analysées
0
résultats
3
Total des audits
Aucun problème de sécurité trouvé

Score de qualité

41
Architecture
100
Maintenabilité
83
Contenu
23
Communauté
100
Sécurité
87
Conformité aux spécifications

Ce que vous pouvez construire

標準化團隊 PR

為您的開發團隊建立一致的提取請求模板和分支命名規範。

改善貢獻者 PR

引導貢獻者提交具有明確測試計劃的完整文件化提取請求。

定義合併策略

為每種分支類型選擇正確的合併策略並記錄慣例。

Essayez ces prompts

建立功能 PR
Help me create a pull request for a new feature called user authentication. Include a clear title, summary of changes, test plan, and checklist.
修復錯誤 PR
I fixed a bug where login failed on mobile devices. Create a bug fix PR template with root cause analysis and regression test plan.
重構 PR
I refactored the database utility module. Help me write a refactor PR that confirms no behavior changes and existing tests pass.
記錄重大變更
Our API signature changed from oldMethod() to newMethod(options). Create breaking changes documentation with migration guide.

Bonnes pratiques

  • 在 PR 標題中使用慣例提交格式以實現自動化更新日誌生成
  • 包含具體的測試計劃,提供逐步說明和預期結果
  • 記錄重大變更時提供清晰的之前/之後範例和遷移步驟

Éviter

  • 提交標題模糊的 PR,如「修復內容」或「更新」
  • 缺少測試計劃或複製貼上缺乏特異性的通用檢查清單
  • 忘記連結相關問題或記錄為何需要此變更

Foire aux questions

此技能與哪些工具相容?
此技能適用於 Claude、Codex 和 Claude Code,用於生成 PR 內容和 git 指導。
PR 複雜度有限制嗎?
此技能可處理任何大小的 PR,但建議將非常大的變更拆分為更小、更集中的 PR。
這是否與 Git 託管平台整合?
這是基於提示的技能。它生成內容,但不直接呼叫 GitHub、GitLab 或 Bitbucket API。
我的程式碼或資料會儲存在任何地方嗎?
不會。此技能僅生成文字模板。不會儲存或傳輸任何程式碼、憑證或儲存庫資料。
如果模板不符合我的專案怎麼辦?
模板是起點。調整類型、範圍和檢查清單項目以符合您的專案和團隊慣例。
這與 git 提交鉤子有何不同?
此技能提供指導和模板。Git 鉤子在開發工作流程期間自動強制執行規則。

Détails du développeur

Structure de fichiers