test
SkillDev toolsRun tests for Keychat packages
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the test skill
What this skill tells your AI
The instructions your AI receives, as published by keychat-io/keychat-app in .claude/skills/test/SKILL.md and read by ahel’s review.
Run tests for the Keychat project.
Arguments
$ARGUMENTS- Optional: specific test file path or package name
Test Commands
Run all tests
melos run test:all
Run Flutter tests only
melos run test:flutter
Run Dart tests only
melos run test:dart
Run a specific test file
cd packages/app
flutter test $ARGUMENTS
Workflow
- If no arguments provided, run
melos run test:all - If a file path is provided (ends with
.dart), run that specific test - Report test results clearly, including any failures
Signals
- GitHub stars
- 97
- Forks
- 7
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
test-keychat-io- Source
- github.com/keychat-io/keychat-app