maestro/skills/quality/qlty-during-development/SKILL.md
QLTY During Development
npx skillsauth add scooter-lacroix/maestro qlty-during-developmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run QLTY checks during code writing to catch issues early.
Run QLTY after significant code changes:
# Quick lint check
qlty check
# Format code
qlty fmt
# Check specific files
qlty check src/sdk/providers.ts
# Auto-fix issues
qlty check --fix
After writing code:
qlty check on changed filesqlty fmt to ensure formattingtools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic