lint-validation

Lint & Validation

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lint-validation" with this command: npx skills add sraloff/gravityboots/sraloff-gravityboots-lint-validation

Lint & Validation

When to use this skill

  • Setting up a new project's CI/CD or git hooks.

  • Configuring ESLint, Prettier, PHP CodeSniffer, or Ruff.

  • Fixing lint errors.

  1. PHP
  • Tools: PHP_CodeSniffer (PSR-12) or Laravel Pint .

  • Command: composer lint (custom script) or ./vendor/bin/pint .

  • Static Analysis: PHPStan (Level 5+) is recommended for logic errors.

  1. JavaScript / TypeScript
  • Tools: ESLint
  • Prettier .
  • Config: Use strict configs (eslint:recommended , plugin:@typescript-eslint/recommended ).

  • Imports: Enforce sorted imports via eslint-plugin-simple-import-sort .

  1. Python
  • Tools: Ruff (replaces Flake8/Black/Isort).

  • Config: Enable standard rules (E, F, I for imports).

  1. Git Hooks
  • Husky: Use Husky to run linters on pre-commit .

  • Strategy: Lint only staged files (lint-staged ) to keep commits fast.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

apache-lamp-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

caddy-modern-config

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgresql-query-opt

No summary provided by upstream source.

Repository SourceNeeds Review