Address PR review comments following test-driven approach. Use when fixing issues raised in code reviews.
Create pull requests. Use when opening PRs, writing PR descriptions, or preparing changes for review.
Reference for StyleX style authoring patterns, constraints, and APIs. Use when generating StyleX output code, writing stylex.create() styles, applying stylex.props(), working with themes/variables, pseudo-classes, media queries, dynamic styles, or debugging StyleX-related transformation issues in the codemod.
Remove code duplication, extract shared patterns, and eliminate type casts and `any` types. Run after implementing new features.