lint-fixer

Run ruff, mypy, and ESLint linting and type-checking after code changes.

3|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/weebcoder101/dreamcode --skill lint-fixer-weebcoder101
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lint-fixer
Source: https://github.com/weebcoder101/dreamcode/tree/main/.dreamcode/skills/lint-fixer
Command: npx skills add https://github.com/weebcoder101/dreamcode --skill lint-fixer-weebcoder101

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ruff, mypy, eslint, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the post-implementation linting and type-checking process, ensuring code quality and adherence to project standards after any code change.

Core Features & Use Cases

  • Mandatory Post-Implementation Check: Ensures all lint and type errors are resolved after code changes.
  • Integration with NEURO: Invokes NEURO for architectural review if complex issues are detected.
  • Use Case: Ideal for use after every code change, ensuring that all code meets quality standards before final review and deployment.

Quick Start

Run the lint-fixer skill after code changes to ensure all lint and type errors are resolved.

Frequently Asked Questions about lint-fixer

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

FAQPage Schema
How do I automate post-implementation lint and type-checking for code quality assurance?▼

Automate post-implementation lint and type-checking by running a process that requires ruff, mypy, and ESLint to enforce code quality and adherence to project standards after code changes.

Do I need ruff, mypy, and ESLint to perform automated post-implementation linting?▼

Yes, you need ruff, mypy, and ESLint installed as dependencies to perform the mandatory post-implementation lint and type-checking for ensuring code quality standards.

When do I need to run post-implementation lint and type-checking?▼

Run post-implementation lint and type-checking after every code change to ensure all lint and type errors are resolved before final review and deployment.

How does NEURO integration work for architectural review during linting?▼

NEURO integration works by invoking NEURO for architectural review when complex issues are detected during the mandatory post-implementation lint and type-checking process.

What's the best way to ensure code adherence to project standards after code changes?▼

The best way to ensure code adherence to project standards is to mandate post-implementation lint and type-checking using ruff, mypy, and ESLint after every modification.