Skip to content

PromptScript API


Interface: SkillValidationIssue

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

A single validation finding for a SKILL.md file.

Properties

code

code: string

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

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


field?

optional field?: string

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

Frontmatter field the issue relates to (when applicable)


location?

optional location?: SourceLocation

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

Source location for parser and frontmatter diagnostics, when available


message

message: string

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


severity

severity: SkillValidationSeverity

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