bump
SkillDev toolsBump the package version in pubspec.yaml and add a CHANGELOG entry. Defaults to patch bump.
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 bump skill
What this skill tells your AI
The instructions your AI receives, as published by quisapp/flutter_contacts in .claude/skills/bump/SKILL.md and read by ahel’s review.
Bump the package version and update the changelog.
Steps
- Read the current version from
pubspec.yaml. - Parse the version as
major.minor.patch. - Determine bump type from
$ARGUMENTS(patch, minor, or major). Default to patch if not specified. - Compute the new version:
- patch: increment patch (e.g., 2.0.1 → 2.0.2)
- minor: increment minor, reset patch (e.g., 2.0.1 → 2.1.0)
- major: increment major, reset minor and patch (e.g., 2.0.1 → 3.0.0)
- Update
version:inpubspec.yaml. - Add a new section at the top of
CHANGELOG.mdwith the new version number. - Generate changelog entries from recent commits since the last tag.
- Regenerate API docs:
scripts/doc.sh - Open the docs:
open doc/api/index.html - Do NOT commit — let the user review and commit separately.
Signals
- GitHub stars
- 110
- Forks
- 194
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
bump-quisapp- Source
- github.com/quisapp/flutter_contacts