qlty-during-development

Run qlty check to lint, format, and auto-fix code files.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill qlty-during-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qlty-during-development
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/quality/qlty-during-development
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill qlty-during-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers maintain high code quality by integrating checks and formatting directly into the development workflow, preventing issues from accumulating.

Core Features & Use Cases

  • Linting: Automatically checks code for stylistic errors and potential bugs.
  • Formatting: Ensures code adheres to a consistent style guide.
  • Automated Fixing: Attempts to automatically resolve detected issues.
  • Use Case: After writing a new feature, run qlty check to catch any formatting inconsistencies or potential errors before they become harder to fix.

Quick Start

Run qlty check on the files that were changed.

Frequently Asked Questions about qlty-during-development

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

FAQPage Schema
How do I run code quality checks during development?

Run code linting and formatting checks directly in your development workflow by executing `qlty check` on changed files to catch stylistic errors and potential bugs early.

What is automated code linting and formatting?

Automated code linting and formatting is the process of scanning source code to enforce consistent style guides and detect potential bugs, while attempting to automatically resolve detected issues.

Can I automatically fix formatting inconsistencies in my code?

Yes, you can automatically fix formatting inconsistencies by running quality assurance checks that attempt to auto-resolve detected stylistic errors and maintain code standards.

Does qlty support targeted file validation for specific changes?

Yes, qlty supports targeted file validation, allowing you to run checks specifically on the files that were changed to maintain code standards efficiently without scanning the entire project.

When do I need to run code formatting in my workflow?

You need to run code formatting in your workflow after writing a new feature to ensure code adheres to a consistent style guide and catch formatting inconsistencies before they become harder to fix.