Update Project Dependencies
SkillDev toolsLets your agent update all project dependencies within semver ranges and run tests to verify nothing broke.
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 Update Project Dependencies skill
About this capability
Update Chatto Go and frontend dependencies within their compatible version ranges, then run tests.
What this skill tells your AI
The instructions your AI receives, as published by chattocorp/chatto in .agents/skills/update-project-dependencies/SKILL.md and read by ahel’s review.
-
Record direct dependency versions from
cli/go.modandapps/frontend/package.json. Keep the update within the requested product and module scope. -
In
cli/, run:mise x -- go get -u ./... mise x -- go mod tidy -
In
apps/frontend/, runmise x -- pnpm update. -
Review manifest and lockfile changes. Do not change major versions or widen declared version ranges without a request to do so. Version ranges do not prove behavioral compatibility.
-
Run
mise testfrom the repository root. If tests fail, stop and report the failures. Leave the changes for review; do not roll them back automatically. -
Report changed direct dependency versions, relevant behavior changes, and test results. State any modules or checks that were outside the scope.
Signals
- GitHub stars
- 3k
- Forks
- 124
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
update-project-dependencies- Source
- github.com/chattocorp/chatto