Skip to content

Commit 243e46b

Browse files
yepzdkclaude
andcommitted
fix: quote description to fix YAML parsing error
The colon in the description was being interpreted as a YAML mapping value separator, causing a parsing error. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3ea91f9 commit 243e46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/github-issue-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github-issue-workflow
3-
description: Autonomous GitHub issue workflow: develop, test, review, merge. Use this skill to work through GitHub issues with minimal user interaction - only pausing when user review/merge is required.
3+
description: "Autonomous GitHub issue workflow: develop, test, review, merge. Use this skill to work through GitHub issues with minimal user interaction - only pausing when user review/merge is required."
44
---
55

66
# GitHub Issue Workflow

0 commit comments

Comments
 (0)