Validating Skills with dart skills lint This skill covers day-to-day use : running the linter, walking through a failing run, and writing a custom rule when defaults aren't enough. For first-time wiring (adding the dep, creating the config file, generating a baseline) see . The full rule reference (default severities, diagnostic shapes, fixability) lives in . Running the linter If is in : If it's installed globally with : Run for the full flag list (skip the inline duplicate so it never goes stale). Workflow for a failing run 1. Run the validator. 2. Read the errors. Each diagnostic names the…