원클릭으로
referencing-commit-convention
コミットメッセージの型 (type) 定義と具体例。基本フォーマットは AGENTS.md を参照せよ。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
コミットメッセージの型 (type) 定義と具体例。基本フォーマットは AGENTS.md を参照せよ。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Assists in Kotlin development for the "Customize Word Separators" IntelliJ plugin. Provides advanced expertise in layered architecture responsibility management, WordParser regular expressions, IDE action implementations, and strict naming conventions to ensure the quality of refactoring and feature extensions.
Enforce autonomous technical research and evidence-based implementation. Search for and obtain the latest documentation for IntelliJ Platform SDK, Kotlin, Gradle, and related technologies. Verify consistency with project conventions and use it when proposing implementations.
Executing Spec-Driven Development (SDD) via the Conductor framework. This skill governs track initialization, spec.md/plan.md creation, and the Universal File Resolution Protocol. It mandates strict adherence to phase transition protocols, user manual verification, and checkpointing. Required for all high-level task management and architectural decision-making.
Standardizing the creation and management of GitHub Issues. This skill MANDATES the use of a specific title format (type: Japanese Description) and a body template including Background/Purpose, Tasks, and Goal sections. It ensures consistency in tracking work items and facilitates clear communication of intent and success criteria. Use whenever creating or updating Issues to maintain project transparency.
Handles the creation of GitHub Sub-issues. Use this skill when you need to add existing issues as sub-issues to a parent Epic/Issue. It provides the correct usage of the `sub_issue_write` tool and fallback procedures using GitHub CLI (`gh api`) if the tool fails.
Gitワークフローの詳細なコマンド実行とトラブルシューティング。ステージングの原則は AGENTS.md を参照せよ。
| name | referencing-commit-convention |
| description | コミットメッセージの型 (type) 定義と具体例。基本フォーマットは AGENTS.md を参照せよ。 |
本スキルは、コミットメッセージにおける type の適切な選択を支援する。
| Type | 適用場面 |
|---|---|
feat | 新機能の追加、または仕様変更を伴う機能拡張。 |
fix | バグ修正、または予期せぬ動作の修正。 |
refactor | 機能を変えずにコードの内部構造を改善する変更。 |
style | 動作に影響しない、フォーマットやタイポの修正(detekt 指摘等)。 |
docs | ドキュメント(.md, .txt 等)のみの変更。 |
test | テストコードの追加、または既存テストの修正。 |
chore | ビルド設定、依存関係の更新、またはツールの設定変更。 |
feat: 文字種判定に絵文字のサポートを追加
- ユーザーが絵文字の境界でカーソルを止められるように実装
ref: 110
Co-Authored-By: gemini-cli <218195315+gemini-cli@users.noreply.github.com>
refactor: MoveCaretWordService から WordParser への直接依存を排除
ref: 117
Co-Authored-By: gemini-cli <218195315+gemini-cli@users.noreply.github.com>