conventional-commits
Create commit messages following the Conventional Commits specification (https://www.conventionalcommits.org/en/v1.0.0/).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create commit messages following the Conventional Commits specification (https://www.conventionalcommits.org/en/v1.0.0/).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read HANDOFF.md and continue from where we left off
Use when ending a session, completing a milestone, or stopping mid-task and context must be preserved for the next agent
Use when organizing raw content into slide-ready format, or when the user says "prepare slides", "structure this for a presentation", "brief for pptx".
Use when the user shares a URL or article and asks to extract key learnings, summarize topics, or generate a digest formatted for Google Chat, Slack, Discord, Telegram, or similar messaging tools. Accepts an optional format parameter.
Use when working with Kubernetes clusters, manifests, and related tasks.
Use when writing a CV, bio, LinkedIn post, or talk abstract for Silvio; when calibrating technical recommendations to Silvio's experience ("do I have experience with X?"); or when an introduction or speaker section is needed. Loads timeline, stack, credentials, and preferences on demand via the pointer table.
| name | conventional-commits |
| description | Create commit messages following the Conventional Commits specification (https://www.conventionalcommits.org/en/v1.0.0/). |
| license | MIT |
Create commit messages following the Conventional Commits specification.
<type>(<scope>): <description>
| Type | When to use |
|---|---|
feat | New feature or behavior added |
fix | Bug fix |
refactor | Code change that is neither a fix nor a feature |
chore | Maintenance, tooling, dependencies, releases |
docs | Documentation only |
test | Adding or updating tests |
ci | CI/CD pipeline changes |
perf | Performance improvement |
revert | Reverts a previous commit |
Use the most specific relevant identifier:
scripts/bin/arm, scripts/bash_configauth, content-hub, appearanceJIRA-44390, PROJ-123mainfeat(scripts/bin/foo): add --dry-run option
fix(JIRA-41303): avoid 431 error in authorization integration
refactor(scripts/bin/drm): use docker list --format option
chore(main): release 3.74.0
docs(README.md): add utilities section
feat(JIRA-32740): add search for solutions
! after the type/scope — feat(api)!: remove endpointgit diff --staged to understand what changedtype that best describes the nature of the changescope to the most specific relevant path or identifier