# rigorous-coding > Apply rigorous coding standards. Use when writing, implementing, or reviewing code. - Author: smartpul - Repository: smartpul/claude-code-config - Version: 20260122044324 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/smartpul/claude-code-config - Web: https://mule.run/skillshub/@@smartpul/claude-code-config~rigorous-coding:20260122044324 --- --- 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?