General
PromptBeginner5 minmarkdown
Untitled Skill
193
1. Write the test file first (`*.test.ts` colocated next to the source file).
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
Implement a pure function using TDD. Argument: function name and purpose.
*.test.ts colocated next to the source file).just test — confirm tests fail (red).just test — confirm tests pass (green).