Skip to content

Commit 12c8661

Browse files
vitek-karasCopilot
andcommitted
Fix create-kbe skill validation
Remove the literal file URI example that skill-validator interprets as an invalid repository file reference while preserving the instruction to include a clickable local draft link when available. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 346d7cb commit 12c8661

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/skills/create-kbe/SKILL.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -235,17 +235,9 @@ understanding the draft.
235235
When linking to a draft file in a user-facing message or confirmation question,
236236
include both:
237237

238-
- a Markdown link using a `file:///` URI when possible, and
238+
- a clickable local-file link when the UI supports one, and
239239
- the plain absolute path.
240240

241-
Example:
242-
243-
```markdown
244-
[Open draft](file:///<path>/issue-draft.md)
245-
246-
`<path>\issue-draft.md`
247-
```
248-
249241
### Dry-run mode
250242

251243
In `dryrun` mode:
@@ -319,4 +311,3 @@ For every unhandled failure, provide:
319311
- failing leg / build context,
320312
- why it was not handled,
321313
- what evidence or follow-up would be needed to handle it.
322-

0 commit comments

Comments
 (0)