원클릭으로
commit
Create git commits for changes made during the session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create git commits for changes made during the session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | commit |
| description | Create git commits for changes made during the session. |
| disable-model-invocation | true |
You are tasked with creating git commits for the changes made during this session.
Think about what changed:
git status to see current changesgit diff to understand the modificationsPlan your commit(s):
Present your plan to the user:
Execute upon confirmation:
pre-commit run --all-files, If rules like pre-commit are missing, solve them.git add with specific files (never use -A or .)git log --oneline -n [number]Media Mix Modeling with PyMC-Marketing. Use when building MMMs, specifying adstock/saturation transformations, setting priors, fitting multidimensional (geo-level) models, computing channel contributions, ROAS, running budget optimization, calibrating with lift tests, or performing sensitivity analysis. Covers the MMM class, GeometricAdstock, LogisticSaturation, BudgetOptimizerWrapper, and ArviZ diagnostics for marketing models.
PyMC-Marketing coding conventions, preferred implementations, and style guidelines.
Create a plan based on document research through an interactive, iterative process.
Structure a research based on the user request. Identify what must change in order to complete the task.
Learn how to work in the current folder (repository)
Create git commits for changes made during the session.