lint-and-validate

Run lint, type checks, and security scans on Node.js/TypeScript and Python projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/narduk-enterprises/myboat --skill lint-and-validate-narduk-enterprises
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lint-and-validate
Source: https://github.com/narduk-enterprises/myboat/tree/main/.github/skills/lint-and-validate
Command: npx skills add https://github.com/narduk-enterprises/myboat --skill lint-and-validate-narduk-enterprises

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates validation workflows by running lint, type checks, and security scans after every code change to ensure code is error-free.

Core Features & Use Cases

  • Lint and fix across Node.js/TypeScript projects to enforce style and catch errors early.
  • Type-check and static analysis to prevent type-related regressions.
  • Security checks (Bandit, eslint) to identify vulnerabilities during development.

Quick Start

Run the lint-and-validate workflow on a codebase to perform automated linting, type checks, and security scans.

Frequently Asked Questions about lint-and-validate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate lint and type checks after every code change?▼

You can automate lint and type checks by running a validation workflow that discovers available linters from your project configuration, executes them, and reports structured pass/fail results with a concise summary.

Can I run static analysis and security scans on both TypeScript and Python projects?▼

Yes, static analysis and security scans can be applied across Node.js/TypeScript and Python projects to enforce coding standards and identify vulnerabilities using tools like Bandit and eslint.

What is the best way to enforce coding standards during development?▼

The best way to enforce coding standards is to automate validation by running lint, type checks, and security scans after every code change to catch errors early and prevent type-related regressions.

Does the automated validation workflow discover linters from existing project configuration?▼

Yes, the automated validation workflow discovers available linters directly from your existing project configuration, executes them automatically, and reports structured pass/fail results for your codebase.

How do I set up CI CD validation to catch type-related regressions?▼

You can set up CI CD validation by running the lint-and-validate workflow on your codebase to perform automated linting, type checks, and security scans that prevent type-related regressions during development.