Skip to main content
在 Manus 中运行任何 Skill
一键导入

maintain-consistent-state-throughout-operations

Code must maintain consistent state before, during, and after operations. Partial updates that leave system in inconsistent state are forbidden. Use transactions or atomic operations. If operation fails, restore previous state.

概览

Code must maintain consistent state before, during, and after operations. Partial updates that leave system in inconsistent state are forbidden. Use transactions or atomic operations. If operation fails, restore previous state.

安装命令
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill maintain-consistent-state-throughout-operations

复制此命令并粘贴到 Claude Code 中以安装该技能

星标0
分支0
更新时间2026年4月14日 05:15
SKILL.md
readonly