Acerca de
The JavaScript skill provides a set of opinionated guidelines and best practices for writing clean, efficient, and modern JavaScript and TypeScript code. It focuses on idiomatic patterns, such as prioritizing existing promise-based APIs over manual promise construction, to ensure codebases remain maintainable and bug-free. This skill is particularly useful during code reviews or when refactoring legacy code to align with modern standards, helping developers avoid common pitfalls in asynchronous programming and general logic.