一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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?