dyad:lint

Installation
SKILL.md

Lint

Run pre-commit checks including formatting, linting, and type-checking, and fix any errors.

Instructions

  1. Run formatting check and fix:

    npm run fmt
    

    This will automatically fix any formatting issues.

  2. Run linting with auto-fix:

    npm run lint:fix
    
Installs
28
Repository
dyad-sh/dyad
GitHub Stars
21.2K
First Seen
Feb 17, 2026
dyad:lint — dyad-sh/dyad