一键导入
commit
Stage changes and create a git commit with a well-formatted message. Use when the user asks to commit, or when a workflow requires committing changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Stage changes and create a git commit with a well-formatted message. Use when the user asks to commit, or when a workflow requires committing changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a PRD for a feature using Memory Bank context
Generate a technical specification based on a PRD using Memory Bank context
Run Memory Bank doc gardening (maintenance / garbage collection)
"Process and implement tasks from a protocol in git worktrees (or inline on the main workdir)"
Update Memory Bank documentation after code changes or protocol completion
Defer an out-of-scope finding to the backlog. Use when a bug, tech debt, idea, or risk is discovered but not appropriate to solve now.
| name | commit |
| description | Stage changes and create a git commit with a well-formatted message. Use when the user asks to commit, or when a workflow requires committing changes. |
Stage changes and commit with messages that follow project conventions, powered by the workflow engine.
memento-workflow:workflow-engine skill (it contains the relay protocol you must follow)./commit → user_args: "", amend: "false"/commit amend → user_args: "", amend: "true"/commit amend fix typo → user_args: "fix typo", amend: "true"/commit split by themes → user_args: "split by themes", amend: "false"/commit only backend → user_args: "only backend", amend: "false"mcp__plugin_memento-workflow_memento-workflow__start(
workflow="commit",
variables={"user_args": "<parsed instructions>",
"workdir": "<project root>",
"amend": "<true|false>"},
cwd="<project root>"
)