vgv-very-good-analysis-upgrade

Installation
SKILL.md

Upgrade very_good_analysis

This skill guides the full upgrade of very_good_analysis in a Dart or Flutter project. The goal is a clean, focused PR: nothing more than the version bump in pubspec.yaml plus the minimal code changes needed to satisfy any new lint rules introduced in that version.


Core Standards

These standards apply to every very_good_analysis upgrade.

  • Keep the PR focused — include only the version bump and required lint fixes
  • Fix only new warnings — do not address pre-existing issues in the same PR
  • Avoid behavior changes — if a lint fix alters runtime behavior, flag it for review
  • Verify with analysis — end with a clean flutter analyze or dart analyze

Related skills
Installs
2
GitHub Stars
110
First Seen
Apr 18, 2026