quality-checks

📁 proompteng/lab 📅 Jan 23, 2026
42
总安装量
42
周安装量
#9243
全站排名
安装命令
npx skills add https://github.com/proompteng/lab --skill quality-checks

Agent 安装分布

gemini-cli 39
claude-code 38
codex 38
cursor 38
opencode 38
trae 37

Skill 文档

Quality Checks

Overview

Run the smallest set of checks for touched code. Use workspace filters and targeted test commands.

JS/TS

bun run format
bun run --filter @proompteng/bumba lint
bun run --filter @proompteng/bumba tsc
bunx oxfmt --check services/bumba

Go

go test ./services/prt
go build ./services/prt

Kotlin

./gradlew test --tests "pkg.ClassTest"

Rails

bundle exec rails test test/models/user_test.rb:42

Python

pytest alchimie_tests/test_file.py -k "pattern"

Resources

  • Reference: references/quality-matrix.md
  • Helper script: scripts/run-quality.sh
  • Checklist: assets/quality-checklist.md