qlty-check by parcadei/continuous-claude-v3
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill qlty-check通过 qlty CLI 支持 40+ 种语言的 70+ 种代码检查工具的通用代码质量工具。
# 检查变更文件并自动修复
uv run python -m runtime.harness scripts/qlty_check.py --fix
# 检查所有文件
uv run python -m runtime.harness scripts/qlty_check.py --all
# 格式化文件
uv run python -m runtime.harness scripts/qlty_check.py --fmt
# 获取指标
uv run python -m runtime.harness scripts/qlty_check.py --metrics
# 查找代码异味
uv run python -m runtime.harness scripts/qlty_check.py --smells
| 参数 | 描述 |
|---|---|
--check | 运行代码检查工具(默认) |
--fix | 自动修复问题 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
--all | 处理所有文件,而不仅仅是变更的文件 |
--fmt | 改为格式化文件 |
--metrics | 计算代码指标 |
--smells | 查找代码异味 |
--paths | 指定文件/目录 |
--level | 最小问题级别:note/low/medium/high |
--cwd | 工作目录 |
--init | 在代码仓库中初始化 qlty |
--plugins | 列出可用插件 |
# 自动修复可能的问题,查看剩余问题
uv run python -m runtime.harness scripts/qlty_check.py --fix
# 获取变更代码的指标
uv run python -m runtime.harness scripts/qlty_check.py --metrics
# 查找复杂度热点
uv run python -m runtime.harness scripts/qlty_check.py --smells
uv run python -m runtime.harness scripts/qlty_check.py --init --cwd /path/to/repo
# 检查变更文件
qlty check
# 自动修复
qlty check --fix
# JSON 输出
qlty check --json
# 格式化
qlty fmt
servers/qlty/server.py 包装了 CLI.qlty/qlty.toml(首先运行 qlty init)| 工具 | 使用场景 |
|---|---|
| qlty | 适用于任何语言的统一代码检查、格式化和指标计算 |
| ast-grep | 结构化代码模式和重构 |
| morph | 快速文本搜索 |
每周安装量
196
代码仓库
GitHub 星标数
3.6K
首次出现
2026年1月22日
安全审计
安装于
opencode189
codex187
gemini-cli185
cursor184
github-copilot182
amp177
Universal code quality tool supporting 70+ linters for 40+ languages via qlty CLI.
# Check changed files with auto-fix
uv run python -m runtime.harness scripts/qlty_check.py --fix
# Check all files
uv run python -m runtime.harness scripts/qlty_check.py --all
# Format files
uv run python -m runtime.harness scripts/qlty_check.py --fmt
# Get metrics
uv run python -m runtime.harness scripts/qlty_check.py --metrics
# Find code smells
uv run python -m runtime.harness scripts/qlty_check.py --smells
| Parameter | Description |
|---|---|
--check | Run linters (default) |
--fix | Auto-fix issues |
--all | Process all files, not just changed |
--fmt | Format files instead |
--metrics | Calculate code metrics |
--smells | Find code smells |
--paths | Specific files/directories |
--level | Min issue level: note/low/medium/high |
--cwd | Working directory |
--init | Initialize qlty in a repo |
--plugins | List available plugins |
# Auto-fix what's possible, see what remains
uv run python -m runtime.harness scripts/qlty_check.py --fix
# Get metrics for changed code
uv run python -m runtime.harness scripts/qlty_check.py --metrics
# Find complexity hotspots
uv run python -m runtime.harness scripts/qlty_check.py --smells
uv run python -m runtime.harness scripts/qlty_check.py --init --cwd /path/to/repo
# Check changed files
qlty check
# Auto-fix
qlty check --fix
# JSON output
qlty check --json
# Format
qlty fmt
servers/qlty/server.py wraps CLI.qlty/qlty.toml in repo (run qlty init first)| Tool | Use Case |
|---|---|
| qlty | Unified linting, formatting, metrics for any language |
| ast-grep | Structural code patterns and refactoring |
| morph | Fast text search |
Weekly Installs
196
Repository
GitHub Stars
3.6K
First Seen
Jan 22, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
opencode189
codex187
gemini-cli185
cursor184
github-copilot182
amp177
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
150,000 周安装