with one click
commit
Create git commits for changes made during the session.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create git commits for changes made during the session.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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 git commits for changes made during the session.
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)
| 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]