mit einem Klick
test
Run tests for Keychat packages
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Run tests for Keychat packages
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Orchestrate large-scale changes across the codebase using parallel worktree agents. Use when you need to apply similar changes to many files or modules simultaneously.
Run comprehensive Flutter checks including lint, analyze, test, and format verification. Use before commits to ensure code quality.
Explains the Keychat app architecture and key components
Initialize or reset the Keychat development environment
Clean build artifacts and reset Flutter state
Run code generation for Isar models, JSON serialization, and i18n
| name | test |
| description | Run tests for Keychat packages |
| argument-hint | [test-file|package] |
| disable-model-invocation | true |
| allowed-tools | Bash(melos *), Bash(flutter test *) |
Run tests for the Keychat project.
$ARGUMENTS - Optional: specific test file path or package namemelos run test:all
melos run test:flutter
melos run test:dart
cd packages/app
flutter test $ARGUMENTS
melos run test:all.dart), run that specific test