Update Chatto Go and frontend dependencies within their compatible version ranges, then run tests.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/update-project-dependencies/SKILL.mdRecord direct dependency versions from cli/go.mod and
apps/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 tidyIn apps/frontend/, run mise 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 test from 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.
5cbd584
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.