lint-new

Generates TypeScript ESLint rule and test files from templates and input parameters.

2|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/noma4i/sentry-selfhosted --skill lint-new-noma4i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lint-new
Source: https://github.com/noma4i/sentry-selfhosted/tree/main/source/sentry/.agents/skills/lint-new
Command: npx skills add https://github.com/noma4i/sentry-selfhosted --skill lint-new-noma4i

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating new ESLint rules by providing structured templates and detailed guidance.

Core Features & Use Cases

  • Rule and Test Generation: Automatically generates TypeScript rule and test files based on input parameters.
  • Comprehensive Guidance: Offers best practice templates for rule implementation and autofix strategies.
  • Use Case: A developer wants to quickly scaffold a new custom lint rule for style enforcement, ensuring adherence to standards with minimal setup time.

Quick Start

Use the lint-new skill to scaffold new ESLint rules and generate corresponding test cases effortlessly.

Frequently Asked Questions about lint-new

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

FAQPage Schema
How do I create a custom ESLint rule for TypeScript?

To create a custom ESLint rule, use this Skill to automatically scaffold TypeScript rule files and generate corresponding test cases based on your input parameters. It provides structured templates and detailed guidance to ensure best practice consistency during rule creation.

What is the best way to scaffold an ESLint rule with an autofix strategy?

The best way to scaffold an ESLint rule with an autofix strategy is to use guided templates that offer comprehensive best practice implementation guidance. This Skill streamlines development by providing structured scaffolding for rapid prototyping and deployment of custom rules.

How do I generate test cases for custom lint rules?

You can generate test cases for custom lint rules by using this Skill's automated rule and test generation feature. It creates TypeScript test files alongside your new rule files based on your specific input parameters, ensuring reliable static code analysis.

Can I use this to integrate custom lint rules into an existing codebase?

Yes, you can use this Skill to integrate custom lint rules into an existing codebase for reliable static code analysis. It facilitates deployment by providing structured templates that ensure adherence to standards with minimal setup time.

What do I need to start automating code quality enforcement with ESLint?

To start automating code quality enforcement with ESLint, you need input parameters for your desired style enforcement rules. This Skill uses those parameters to scaffold the TypeScript rule and test files effortlessly, reducing setup time.