with one click
test
Run tests for Keychat packages
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run tests for Keychat packages
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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