Skip to content

PromptScript API


Interface: SkillValidationIssue

Defined in: resolver/src/skill-validation.ts:15

A single validation finding for a SKILL.md file.

Properties

code

code: string

Defined in: resolver/src/skill-validation.ts:18

Stable identifier (e.g. SK001) for documentation and suppression


field?

optional field?: string

Defined in: resolver/src/skill-validation.ts:21

Frontmatter field the issue relates to (when applicable)


message

message: string

Defined in: resolver/src/skill-validation.ts:19


severity

severity: SkillValidationSeverity

Defined in: resolver/src/skill-validation.ts:16