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) <noreply@anthropic.com>
This commit is contained in:
Matt Van Horn
2026-03-14 07:55:04 -07:00
parent 52a22f5cb1
commit c2e18dbbeb
+2 -2
View File
@@ -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]
```