LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

the-linter - Fix ESLint Errors and TypeScript Type Issues in Your Codebase

Identifies and fixes ESLint errors and TypeScript type issues across the codebase.

Tags

Updated: 2026-02-12

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Run ESLint check
  • Analyze error groups
  • Fix TypeScript type errors
  • Fix ESLint rule violations
  • Remove unused imports
  • Add explicit types
  • Use proper types
  • Add null checks
  • Fix type mismatches

Inputs

  • Codebase
  • ESLint configuration
  • TypeScript configuration
  • package.json
  • npm scripts

Outputs

  • Fixed code files
  • Lint reports
  • TypeScript error fixes
  • Cleaned codebase

Requirements

  • npm package manager
  • ESLint installed
  • TypeScript installed
  • Node.js environment
  • Lint configuration

Source

  • Spec: SKILL.md
Code Quality
Linting
TypeScript
ESLint
Code Maintenance
Run ESLint check
Analyze error groups
Fix TypeScript type errors
Fix ESLint rule violations
Codebase
ESLint configuration
TypeScript configuration
Fixed code files
Lint reports
TypeScript error fixes