fix(ce-release-notes): backtick-wrap <skill-name> token in description (#603)
Some checks failed
CI / pr-title (push) Has been cancelled
CI / test (push) Has been cancelled
Release PR / release-pr (push) Has been cancelled
Release PR / publish-cli (push) Has been cancelled

This commit is contained in:
Trevin Chow
2026-04-19 00:38:15 -07:00
committed by GitHub
parent b575e49c29
commit 2aee4d4203
3 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
---
name: ce-release-notes
description: Summarize recent compound-engineering plugin releases, or answer a specific question about a past release with a version citation. Use when the user types `/ce-release-notes` or asks "what changed in compound-engineering recently?" or "what happened to <skill-name>?".
description: Summarize recent compound-engineering plugin releases, or answer a specific question about a past release with a version citation. Use when the user types `/ce-release-notes` or asks "what changed in compound-engineering recently?" or "what happened to `<skill-name>`?".
argument-hint: "[optional: question about a past release]"
disable-model-invocation: true
---