QL

qlty-during-development

Runs QLTY commands to format code and verify quality standards before commits.

Install

mkdir -p .claude/skills/qlty-during-development && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2358" && unzip -o skill.zip -d .claude/skills/qlty-during-development && rm skill.zip

Installs to .claude/skills/qlty-during-development

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

QLTY During Development
23 charsno explicit “when” trigger
Beginner

Key capabilities

  • Run lint checks on code
  • Format source files
  • Check specific files for quality
  • Auto-fix style issues

How it works

The skill executes command-line tools to validate and reformat code based on defined quality rules.

Inputs & outputs

You give it
Source code files
You get back
Formatted and linted code

When to use qlty-during-development

  • Formatting code
  • Checking for quality regressions
  • Auto-fixing style issues

About this skill

QLTY During Development

Run QLTY checks during code writing to catch issues early.

When to Run

Run QLTY after significant code changes:

  • After completing a new file
  • After substantial edits to existing files
  • Before committing changes

Commands

# Quick lint check
qlty check

# Format code
qlty fmt

# Check specific files
qlty check src/sdk/providers.ts

# Auto-fix issues
qlty check --fix

Integration Pattern

After writing code:

  1. Run qlty check on changed files
  2. If errors, fix them before proceeding
  3. Run qlty fmt to ensure formatting

Don't Run When

  • Just reading/exploring code
  • Making single-line typo fixes
  • In the middle of multi-file refactoring (run at end)

When not to use it

  • Reading or exploring code
  • Making single-line typo fixes
  • During multi-file refactoring

Limitations

  • Not suitable for complex refactoring tasks

How it compares

It automates the quality gate process directly within the development workflow instead of relying on manual checks.

Compared to similar skills

qlty-during-development side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
qlty-during-development (this skill)27moReviewBeginner
dependency-upgrade265moReviewIntermediate
angular-best-practices213moNo flagsAdvanced
validate-typescript59moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry