test-lint

Run tests, apply lint fixes, and perform TypeScript checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sperezintexas/fintech-app --skill test-lint
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-lint
Source: https://github.com/sperezintexas/fintech-app/tree/main/.cursor/skills/test-lint
Command: npx skills add https://github.com/sperezintexas/fintech-app --skill test-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures code quality by running tests, applying lint fixes, and performing TypeScript checks, reducing manual debugging and rework.

Core Features & Use Cases

  • Automated validation loop: Run tests, lint fixes, and type checks in a deterministic cycle.
  • In-place remediation: Apply fixes directly to touched files and re-run validations to confirm green status.
  • Use Case: During PR reviews, automatically validate changes and guide developers to fix issues before merging.

Quick Start

Run the test-lint workflow to validate changes, automatically fix lint issues, and re-run type checks until everything passes.

Frequently Asked Questions about test-lint

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

FAQPage Schema
How do I automate tests and lint fixes for a Node.js project?▼

Automate tests and lint fixes for a Node.js project by running a deterministic validation loop that executes test suites, applies ESLint fixes in-place, and re-runs TypeScript checks until everything passes.

Can I automatically fix lint and TypeScript errors during a PR review?▼

Yes, you can automatically validate PR changes by running lint fixes and TypeScript checks on touched files, guiding developers to resolve issues and confirm green status before merging.

What do I need to run automated TypeScript checks and ESLint fixes?▼

To run automated TypeScript checks and ESLint fixes, you need npm, ESLint, TypeScript, and a configured Node.js project that supports in-place fixes and re-run capabilities.

How does an automated code quality validation loop work?▼

An automated code quality validation loop works by running tests, applying lint fixes directly to touched files, and performing TypeScript type checks in a deterministic cycle until all validations pass.

Are there limitations to automating lint fixes and type checks in place?▼

Automating lint fixes and type checks is limited to software projects with node-based tooling, requiring configured npm, ESLint, and TypeScript environments to apply in-place fixes and re-run validations.