원클릭으로
referencing-commit-convention
コミットメッセージの型 (type) 定義と具体例。基本フォーマットは AGENTS.md を参照せよ。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
コミットメッセージの型 (type) 定義と具体例。基本フォーマットは AGENTS.md を参照せよ。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Plans a track, generates track-specific spec documents and updates the tracks file
Scaffolds the project and sets up the Conductor environment
Execute a pre-implementation investigation workflow modeled on feature-dev Phase 1-4 (Discovery, Codebase Exploration, Clarifying Questions, Architecture Design). Use this when requirements are ambiguous, architecture decisions are needed, or external validation (Win32 API, Rust crates, EmEditor SDK) is required before coding in Conductor tracks.
Executes the tasks defined in the specified track's plan
Analyzing GitHub Pull Request review comments and managing follow-up tasks. This skill utilizes GraphQL to efficiently fetch review comments and categorizes them into critical fixes, future improvements, or out-of-scope items. Mandatory when a PR has received feedback to systematically address reviewer suggestions and ensure all necessary changes are tracked in Conductor.
Facilitating the creation of Draft Pull Requests on GitHub using the GitHub CLI (gh). This skill guides the collection of branch diffs, issue context via GraphQL, and the generation of structured PR titles and bodies in Japanese. Mandatory when the current task is ready for review as a draft to ensure all necessary context and issue links are included.
| name | referencing-commit-convention |
| description | コミットメッセージの型 (type) 定義と具体例。基本フォーマットは AGENTS.md を参照せよ。 |
本スキルは、コミットメッセージにおける type の適切な選択を支援する。
| Type | 適用場面 |
|---|---|
feat | 新機能の追加、または仕様変更を伴う機能拡張。 |
fix | バグ修正、または予期せぬ動作の修正。 |
refactor | 機能を変えずにコードの内部構造を改善する変更。 |
style | 動作に影響しない、フォーマットやタイポの修正(Clippy 指摘等)。 |
docs | ドキュメント(.md, .txt 等)のみの変更。 |
test | テストコードの追加、または既存テストの修正。 |
chore | ビルド設定、依存関係の更新、またはツールの設定変更。 |
feat: 設定ダイアログにフォントスタイル選択を追加
ref: 110
Co-Authored-By: gemini-cli <218195315+gemini-cli@users.noreply.github.com>
refactor: GUI Driver から Infrastructure への直接依存を排除
ref: 117
Co-Authored-By: gemini-cli <218195315+gemini-cli@users.noreply.github.com>