diff --git a/.ai/skills/bug-triage/SKILL.md b/.ai/skills/bug-triage/SKILL.md index 95d67f7e775..0dcc1aafd16 100644 --- a/.ai/skills/bug-triage/SKILL.md +++ b/.ai/skills/bug-triage/SKILL.md @@ -1,6 +1,6 @@ --- name: bug-triage -description: Triage open Comet issues marked `requires-triage` per the project bug triage guide. Classifies each issue as a bug or an enhancement, applies the recommended type (`bug`/`enhancement`), priority, and area labels, removes `requires-triage`, and files a dated summary issue listing what was done. A human reviews the summary issue and closes it when satisfied. +description: Triage open Comet issues marked `requires-triage` per the project bug triage guide. Classifies each issue as a bug or an enhancement, checks whether each bug is a regression from the most recent release tag, applies the recommended type (`bug`/`enhancement`), priority, area, and `regression` labels, removes `requires-triage`, and files a dated summary issue listing what was done. A human reviews the summary issue and closes it when satisfied. ---