AgentSkillsCN

rigorous-coding

应用严格的编码标准。在编写、实施或审查代码时使用。

SKILL.md
--- frontmatter
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?