Skip to content

Commit 6326505

Browse files
mydeaclaude
andcommitted
fix(skills): quote-safe argument-hint for linear-project-update
`[linear-project-url-or-id-or-slug]` parsed as a YAML flow sequence because it starts with `[`. Switch to angle-bracket notation to match other skills in the repo and ensure it parses as a string. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aa92922 commit 6326505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .agents/skills/linear-project-update

.agents/skills/linear-project-update/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: linear-project-update
33
description: Help the user draft and (with their explicit approval) post a status update to a Linear project they lead. Use whenever the user wants to "post a project update", "write a status update", "update my Linear project", "send a project update", or asks for help with weekly/biweekly project updates. Also trigger when the user pastes a Linear project URL and asks for an update, mentions wanting to write an update for their project, or wants help drafting a status message for stakeholders. Even when the user doesn't explicitly say "post" or "status update" — if the underlying request is "help me write an update for my Linear project", trigger this skill. The user always keeps final control of the words; this skill drafts a proposal and never posts without explicit confirmation in the same turn.
4-
argument-hint: [linear-project-url-or-id-or-slug]
4+
argument-hint: <linear-project-url-or-id-or-slug-optional>
55
---
66

77
# Linear Project Update

0 commit comments

Comments
 (0)