code-lint

Format and lint TypeScript, HTML, and SCSS files with Prettier and ESLint.

Updated May 18, 2026
One-click install
npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill code-lint-tomsoulage-dedalus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-lint
Source: https://github.com/tomsoulage-dedalus/presc-workflows-tools/tree/main/skills/code-lint
Command: npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill code-lint-tomsoulage-dedalus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires prettier, eslint, and includes scripts (resource) components.

What problem does it solve?

This Skill automates code formatting with Prettier and linting with ESLint (auto-fix), ensuring code quality and cleanliness in your project.

Core Features & Use Cases

  • Automated Formatting: Format TypeScript, HTML, and SCSS files using Prettier.
  • Automated Linting: Lint code using ESLint with auto-fix capabilities.
  • Commit Proposal: If all is clean, propose a commit with the formatted and linted changes.
  • Use Case: A developer can run this Skill after making changes to ensure their code adheres to project standards and is ready for review.

Quick Start

Run the /code-lint command to automatically format and lint your modified TypeScript, HTML, or SCSS files.

Frequently Asked Questions about code-lint

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

FAQPage Schema
How do I automate code formatting and linting for TypeScript and SCSS?▼

You can automate code formatting and linting by running a command that uses Prettier and ESLint on TypeScript, HTML, and SCSS files. It applies automatic fixes and generates a commit proposal for the cleaned code.

Do I need to configure Prettier and ESLint before using automated code linting?▼

Yes, you need Prettier and ESLint configured in your project before using automated code linting. The process relies on your existing project configurations to format code and apply linting auto-fixes.

What is the best way to ensure code quality before a commit?▼

The best way to ensure code quality before a commit is to run automated formatting and linting. This process cleans your code using Prettier and ESLint, and automatically proposes a commit with the formatted changes.

Can I lint HTML and SCSS files with ESLint and Prettier?▼

Yes, you can lint and format HTML and SCSS files alongside TypeScript. The automation runs Prettier for formatting and ESLint with auto-fix capabilities across these specific file types.

How does automated code formatting handle linting errors?▼

Automated code formatting handles linting errors by utilizing ESLint's auto-fix capabilities. It automatically resolves fixable issues in your TypeScript, HTML, and SCSS files to ensure code cleanliness.