在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:3,732
forks:289
updated:2026年1月10日 01:54
SKILL.md
[HINT] 下载包含 SKILL.md 和所有相关文件的完整技能目录
| name | qlty-during-development |
| description | QLTY During Development |
| user-invocable | false |
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 formatting