.claude/docs/references/git/finishing-a-development-branch/SKILL.md
実装が完了し、全テストが通過した後、作業を統合する方法を決定する必要がある場合に使用する。マージ・PR作成・クリーンアップなど、開発作業を構造化されたオプションで完了させるガイド。「開発ブランチを完了する」「ブランチをマージする」「PRを作成する」「ブランチを終了する」と言及する場合に使用する。
npx skillsauth add nakaj1214/nakaj_claude finishing-a-development-branchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
詳細な手順: INSTRUCTIONS.md
development
Provides CSS layout patterns using Grid, Flexbox, and responsive design techniques. Use when building page layouts, creating responsive designs, positioning components, or implementing fluid typography. CSSレイアウト技法(Grid、Flexbox、レスポンシブ設計)のパターン集。ページレイアウト構築、レスポンシブデザイン作成、コンポーネント配置時に使用。
development
Provides reference and patterns for modern CSS features (2024+) including native nesting, container queries, :has(), @layer cascade control, and modern color functions. Use when writing modern stylesheets, replacing preprocessor features, building responsive components, or creating design systems. モダンCSS機能(2024+)のリファレンスとパターン集。ネイティブネスト、コンテナクエリ、:has()、@layer、モダンな色関数を扱う際に使用。
documentation
docs/implement/prompt.md(ユーザーの自由な依頼文)を読み込み、構造化した docs/implement/proposal.md(実装要件書)を生成する。品質チェック(7項目)で 曖昧な記述・繰り返し失敗パターン・具体性不足を検出し、必要に応じてリライトする。 create-plan とは独立したスキル。「要件を整理して」「proposalを作って」 「prompt.mdから要件書を作って」と言われたときにトリガーする。
tools
Reads docs/implement/proposal.md and creates docs/implement/plan.md. Then runs a Codex review loop (via codex-review skill, gpt-5.4 MCP) until APPROVED or max iterations reached. 5回以内で APPROVED の場合は implement-plans を自動発火する。