Code Standards

Apply a disciplined engineering workflow to any code change. Use whenever implementing a feature, fixing a bug, or refactoring — before writing code, not after. Walks orient → baseline → smallest change → test → verify → self-review, and enforces language-agnostic hard gates (don't mass-reformat, keep the linter and type-checker clean, keep the build and tests green, make interface changes additive, protect security invariants).

tamdogood 889b224 2 files · 3.6 KB Updated

File contents

tamdogood/builder-essential-skills/tree/main/skills/code-standards commit 889b224b30

Frequently asked questions

npx skillmds@latest add tamdogood/code-standards