Create Test banner
ToastyToast25 ToastyToast25

Create Test

Testing community

Description

--- description: "Creates unit tests, widget tests, and integration tests for Dart/Flutter" globs: ["test/**/*_test.dart", "integration_test/**/*.dart"] alwaysApply: false --- # Skill: Create Dart Test Create comprehensive tests following Dart and Flutter testing best practices. ## Usage When asked to create tests, follow these guidelines: ## Unit Test Template ```dart import 'package:test/test.dart'; import 'package:my_app/src/calculator.dart'; void main() { group('Calculator', () {

Installation

Installs to ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-test && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/skills/create-test.md -o ~/.claude/skills/toastytoast25-claude-code-dart-flutter-create-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository