원클릭으로
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?