Run tests for Keychat packages
Scanned 9/10/2026
Install to Claude Code
npx -y skills add keychat-io/keychat-app --skill test --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Test?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/keychat-io-test)More formats (shields.io, HTML) on the badges page.
---
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
- `$ARGUMENTS` - Optional: specific test file path or package name
## Test Commands
### Run all tests
```bash
melos run test:all
```
### Run Flutter tests only
```bash
melos run test:flutter
```
### Run Dart tests only
```bash
melos run test:dart
```
### Run a specific test file
```bash
cd packages/app
flutter test $ARGUMENTS
```
## Workflow
1. If no arguments provided, run `melos run test:all`
2. If a file path is provided (ends with `.dart`), run that specific test
3. Report test results clearly, including any failures
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!