qlty-during-development

Installation
SKILL.md

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
Installs
1
First Seen
Jan 26, 2026
qlty-during-development — namesreallyblank/clorch