In the middle of multi-file refactoring (run at end)
1---2name: qlty-during-development3description: QLTY During Development4---56# QLTY During Development78Run QLTY checks during code writing to catch issues early.910## When to Run1112Run QLTY after significant code changes:13- After completing a new file14- After substantial edits to existing files15- Before committing changes1617## Commands1819```bash20# Quick lint check21qlty check2223# Format code24qlty fmt2526# Check specific files27qlty check src/sdk/providers.ts2829# Auto-fix issues30qlty check --fix31```3233## Integration Pattern3435After writing code:361. Run `qlty check` on changed files372. If errors, fix them before proceeding383. Run `qlty fmt` to ensure formatting3940## Don't Run When4142- Just reading/exploring code43- Making single-line typo fixes44- In the middle of multi-file refactoring (run at end)
Run npx skillmds@latest add vibeeval/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. 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.
vibeeval (@vibeeval) published this skill. Their other Agent Skills are listed on their SkillMD profile.