finishing-a-development-branch
開発ブランチの完了と統合
也可從以下取得: Cycleaddict,obra,CodingCossack,sickn33,DYAI2025,ZhanlinCui,Cygnusfear
開発者はワークフローの最後のステップで苦労することがよくあります。このスキルは、テストの合格を確認する構造化されたプロセス、明確な統合オプションの提供、適切な確認保護を備えた安全なワークフロー実行を提供します。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「finishing-a-development-branch」。 I've finished implementing the feature. Use the finishing-a-development-branch skill to help me complete this work.
預期結果:
- Tests passed - 12 tests, 0 failures
- This branch split from: main
- Implementation complete. What would you like to do?
- 1. Merge back to main locally
- 2. Push and create a Pull Request
- 3. Keep the branch as-is
- 4. Discard this work
- Which option?
正在使用「finishing-a-development-branch」。 All tasks in the plan are complete. Help me finish up using the finishing-a-development-branch skill.
預期結果:
- Running test suite...
- All tests passed
- Branch based on: main
- Choose how to proceed:
- 1. Merge locally to main
- 2. Create pull request for review
- 3. Keep branch for later
- 4. Discard experimental work
- Enter your choice (1-4)
安全審計
安全This is a documentation-only skill containing workflow guidance for AI agents. All static findings are false positives triggered by benign Git terminology (merge, hash, base), documentation code blocks, and metadata fields. No executable code, network calls, or filesystem operations are present. The skill provides safe git workflow guidance with built-in safety confirmations.
風險因素
🌐 網路存取 (1)
⚙️ 外部命令 (23)
📁 檔案系統存取 (2)
品質評分
你能建構什麼
フィーチャーブランチの完了
フィーチャーブランチを完了し、ローカルでマージするか、チームレビュー用のプルリクエストを作成するかを選択する
迅速な反復ワークフロー
実験的なブランチを迅速にテストして破棄しながら、ローカルリポジトリをクリーンに維持する
コードレビューのゲートキーピング
コードがマージまたはPR作成の段階に進む前にテストの検証を強制する
試試這些提示
フィーチャーの実装が完了しました。finishing-a-development-branchスキルを使用して、この作業を完了するの手伝いをしてください。
プラン内のすべてのタスクが完了しました。finishing-a-development-branchスキルを使用して終了を手伝ってください。
このブランチをmainにローカルで直接マージする必要があります。finishing-a-development-branchプロセスを通してガイドしてください。
この実験はうまくいきませんでした。finishing-a-development-branchスキルを使用してこのブランチを安全に破棄するを手伝ってください。
最佳實務
- 統合オプションを提示する前にテストが合格するのを常に待つ
- 作業を破棄する前に明示的な確認を常に求める
- 正常に完了した後にのみgit worktreeをクリーンアップする
避免
- テスト検証をスキップしてマージに進む
- 確認やバックアップなしにブランチを削除する
- 明示的なユーザー要求なしにフォースプッシュする