ワンクリックで
commit-standards
Standards for creating clean and conventional commits with quality validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Standards for creating clean and conventional commits with quality validation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill allows the agent to manage its own semantic memory, extracting lessons, patterns, and user preferences to improve long-term effectiveness.
Project coding standards, focused on the use of pathlib, Google docstrings, and strict typing.
Standards for handling drillhole data, section interpolation, and 3-level validation.
Standards for testing in a Dockerized environment and use of Mocks for QGIS.
Expert guide for QGIS 4.x migration and agnostic API usage
Standards for the custom SecInterp interface, focused on programmatic creation and premium aesthetics.
| name | commit-standards |
| description | Standards for creating clean and conventional commits with quality validation. |
| trigger | when creating commits, writing commit messages, or using the /create-commit workflow. |
Standardizes the Git history ensuring each change is traceable, readable, and meets quality standards before being integrated.
git commit to ensure quality steps have been met./create-commit workflow.ruff, black) and metric validation (ai-ctx analyze).make docker-test).[!IMPORTANT] All commit messages MUST be written in English.
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
| Type | Usage | Example |
|---|---|---|
feat | New functionality | feat(ui): add legend visibility toggle |
fix | Bug fix | fix(drillhole): correct azimuth calculation |
refactor | Code change (neither fix nor feat) | refactor(core): reduce complexity in service |
docs | Documentation only | docs(api): update docstrings |
style | Formatting, whitespace | style: apply black formatting |
test | Add/fix tests | test(integration): add coverage |
chore | Maintenance tasks | chore: update uv dependencies |
ruff and black been executed?