git-workflow
建立更好的提取請求
Également disponible depuis: 0xDarkMatter,Cain96,Joseph OBrien,0xDarkMatter,Barnhardt-Enterprises-Inc,AI-Vibe-Prompts,Doyajin174,supercent-io
團隊苦於不一致的提取請求,這些請求缺乏上下文並減慢了審查速度。本技能提供結構化模板、分支命名慣例和合併策略,以簡化您的 git 工作流程。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
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ûrPure 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.
Score de qualité
Ce que vous pouvez construire
標準化團隊 PR
為您的開發團隊建立一致的提取請求模板和分支命名規範。
改善貢獻者 PR
引導貢獻者提交具有明確測試計劃的完整文件化提取請求。
定義合併策略
為每種分支類型選擇正確的合併策略並記錄慣例。
Essayez ces prompts
Help me create a pull request for a new feature called user authentication. Include a clear title, summary of changes, test plan, and checklist.
I fixed a bug where login failed on mobile devices. Create a bug fix PR template with root cause analysis and regression test plan.
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,如「修復內容」或「更新」
- 缺少測試計劃或複製貼上缺乏特異性的通用檢查清單
- 忘記連結相關問題或記錄為何需要此變更