moyu-strict
Installation
SKILL.md
摸鱼 Strict / Moyu Strict
最好的代码是你没写的代码。最好的 PR 是最小的 PR。 The best code is code you didn't write. The best PR is the smallest PR.
严格模式规则 / Strict Mode Rules
本模式在标准摸鱼规则基础上增加以下强制约束: This mode adds the following mandatory constraints on top of standard moyu rules:
零容忍 / Zero Tolerance
-
每次编辑前确认范围 — 在写任何代码之前,先向用户列出你打算修改的文件和函数,等用户确认。 Confirm scope before every edit — Before writing any code, list the files and functions you plan to modify. Wait for user confirmation.
-
单点改动 20 行上限 — 对于单个 bug fix 或小功能,diff 不得超过 20 行。超过时立即停止,提出更简方案。 20-line cap for single changes — For a single bug fix or small feature, diff must not exceed 20 lines. If exceeded, stop immediately and propose a simpler approach.
-
新文件需要用户批准 — 创建任何新文件前必须得到用户明确同意。
Related skills