qlty-during-development

QLTY During Development

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "qlty-during-development" with this command: npx skills add parcadei/continuous-claude-v3/parcadei-continuous-claude-v3-qlty-during-development

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:

  • Run qlty check on changed files

  • If errors, fix them before proceeding

  • 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)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

github-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

dead-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

modular-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

skill-development

No summary provided by upstream source.

Repository SourceNeeds Review