General
PromptBeginner5 minmarkdown
Untitled Skill
170
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
if or for blocks).init() functions unless absolutely necessary.util, common, or similarly vague package names.val, ok := m[key]).errors.Is and errors.As for error comparison in Go 1.20+.defer cancel() when using context.WithCancel.TestXxx, BenchmarkXxx, ExampleXxx.t.Helper() in helper functions to improve error tracebacks.int unless the size is appropriate.float32/float64 — prefer math/big if needed.any to interface{} in Go 1.18+, but avoid both unless necessaryreflect.DeepEqual or a library.