Agent Skill
2/7/2026

full-test

Run all Flutter tests and analyze code quality for the mobile-app

K
kimmeyh
0GitHub Stars
1Views
npx skills add kimmeyh/spamfilter-multi

SKILL.md

Namefull-test
DescriptionRun all Flutter tests and analyze code quality for the mobile-app

name: full-test description: Run all Flutter tests and analyze code quality for the mobile-app allowed-tools: Bash user-invocable: true model: sonnet

Full Test

Runs the complete test suite and code analysis for the Flutter application.

Instructions

Execute Flutter tests followed by static analysis:

cd mobile-app
flutter test
flutter analyze

Expected Results

  • All 185+ tests should pass
  • Code analysis should report 0 issues

When to Use

  • Before creating a pull request
  • After making significant code changes
  • To verify the codebase is in a good state
Skills Info
Original Name:full-testAuthor:kimmeyh