quality-checks

Run formatting, lint, typecheck, and tests for this repo; use when validating changes or investigating CI failures.

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 "quality-checks" with this command: npx skills add proompteng/lab/proompteng-lab-quality-checks

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

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.

General

temporal

No summary provided by upstream source.

Repository SourceNeeds Review
General

repo-map

No summary provided by upstream source.

Repository SourceNeeds Review
General

memories

No summary provided by upstream source.

Repository SourceNeeds Review