ワンクリックで
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>