qlty-during-development

QLTY During Development

INSTALLATION
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill qlty-during-development
Run in your project or agent environment. Adjust flags if your CLI version differs.

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

Check specific files

qlty check src/sdk/providers.ts

Auto-fix issues

qlty check --fix

## Integration Pattern

After writing code:

1. Run `qlty check` on changed files

2. If errors, fix them before proceeding

3. 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)
BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card