在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
rigorous-coding
// Apply rigorous coding standards. Use when writing, implementing, or reviewing code.
$ git log --oneline --stat
stars:1,040
forks:125
updated:2026年1月14日 00:59
SKILL.md
// Apply rigorous coding standards. Use when writing, implementing, or reviewing code.
| name | rigorous-coding |
| description | Apply rigorous coding standards. Use when writing, implementing, or reviewing code. |
Do not write code before stating assumptions. Do not claim correctness you haven't verified. Do not handle only the happy path. Under what conditions does this work?