1---2name: qlty-during-development3description: QLTY During Development4---567# QLTY During Development89Run QLTY checks during code writing to catch issues early.1011## When to Run1213Run QLTY after significant code changes:14- After completing a new file15- After substantial edits to existing files16- Before committing changes1718## Commands1920```bash21# Quick lint check22qlty check2324# Format code25qlty fmt2627# Check specific files28qlty check src/sdk/providers.ts2930# Auto-fix issues31qlty check --fix32```3334## Integration Pattern3536After writing code:371. Run `qlty check` on changed files382. If errors, fix them before proceeding393. Run `qlty fmt` to ensure formatting4041## Don't Run When4243- Just reading/exploring code44- Making single-line typo fixes45- In the middle of multi-file refactoring (run at end)4647---4849**Source:** [`parcadei/Continuous-Claude-v3`](https://github.com/parcadei/Continuous-Claude-v3) → `.claude/skills/qlty-during-development/SKILL.md`
Run npx skillmds add thedixitjain/qlty-during-development in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
QLTY During Development It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
thedixitjain (@thedixitjain) published this skill. Their other Agent Skills are listed on their SkillMD profile.