概要
This skill provides a standardized framework for writing high-quality Jest tests within the context of language development and complex TypeScript applications. It guides Claude to follow the Arrange-Act-Assert pattern, ensuring test isolation and descriptive naming conventions while offering specialized implementation patterns for abstract syntax tree (AST) parsing, interpreter evaluation, and handling asynchronous code flows. It is particularly useful for developers building compilers, domain-specific languages (DSLs), or complex applications requiring precise validation logic.