dart-checks-migration

Community

Modernize Dart tests with Checks.

Authorboazcstrike
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps migrate existing Dart test suites from the older package:matcher library to the more modern and expressive package:checks library, improving test readability and maintainability.

Core Features & Use Cases

  • Automated Replacement: Identifies and replaces common expect statements with their package:checks equivalents.
  • Async Handling: Provides correct patterns for migrating asynchronous tests and futures.
  • Use Case: You have a large Dart project with many tests written using expect(a, equals(b)). This Skill can automatically refactor these to check(a).equals(b), making your tests cleaner.

Quick Start

Use the dart-checks-migration skill to replace expect calls with package:checks equivalents in the specified test files.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dart-checks-migration
Download link: https://github.com/boazcstrike/opencode/archive/main.zip#dart-checks-migration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.