From e7d934489f141526d5b57f5b043ec25fb39d1d5c Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 18 Mar 2026 16:44:31 +0000 Subject: [PATCH] Extend update-dependencies skill to handle hex diff links --- .claude/skills/update-dependencies/SKILL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/skills/update-dependencies/SKILL.md b/.claude/skills/update-dependencies/SKILL.md index f2a577e5..77b47422 100644 --- a/.claude/skills/update-dependencies/SKILL.md +++ b/.claude/skills/update-dependencies/SKILL.md @@ -8,7 +8,12 @@ description: Use when the user asks to update, upgrade, or refresh project depen ## Workflow 1. Run `mise run dev:outdated` to check all dependency categories -2. Read the summary table at the end of the output — it has three columns: Dependency, Status, and Next Step +2. Read the summary table at the end of the output — it has three columns: + Dependency, Status, and Next Step. Note that if mix dependencies are + outdated, the output of the command usually contains a link to preview the + update diff. The link looks something like this: . If + you see such link in the output, offer the user the possibility to open it in + the browser for manual inspection. 3. For each row marked as outdated, run the command listed in the Next Step column 4. Re-run `mise run dev:outdated` to confirm everything is up to date 5. Run `mix test` to verify nothing is broken