From c2e18dbbeba7e1f74c42c67f85f5152ac7b20764 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Sat, 14 Mar 2026 07:55:04 -0700 Subject: [PATCH] fix(skill): use full /last30days name in comparison follow-up suggestions The short alias /last30 only works on some platforms. Claude Code requires the full /last30days name, so the follow-up suggestions after comparison research were producing "Unknown skill: last30" errors. Co-Authored-By: Claude Opus 4.6 (1M context) --- SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index a528e16..a0fbab7 100644 --- a/SKILL.md +++ b/SKILL.md @@ -568,8 +568,8 @@ I'm now an expert on {TOPIC}. Some things you could ask: ``` --- I've compared {TOPIC_A} vs {TOPIC_B} using the latest community data. Some things you could ask: -- [Deep dive into {TOPIC_A} alone with /last30 {TOPIC_A}] -- [Deep dive into {TOPIC_B} alone with /last30 {TOPIC_B}] +- [Deep dive into {TOPIC_A} alone with /last30days {TOPIC_A}] +- [Deep dive into {TOPIC_B} alone with /last30days {TOPIC_B}] - [Focus on a specific dimension from the comparison table] - [Look at a different time period with --days=7 or --days=90] ```