rigorous-coding

强调代码编写的严谨性,要求明确前提假设、验证逻辑正确性、覆盖边界与异常情况,而非仅处理理想路径,适用于代码编写、实现及评审全流程。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add jarrodwatts/claude-code-config --skill "rigorous-coding"

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?