一键导入
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 职业分类
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.
| 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]