Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:49
· 98 commits to main since this release

Added

  • frontmatter/unknown-field — Warn on non-spec top-level frontmatter keys so product-specific options move under metadata.
  • body/undeclared-tool — Flag host-private tools (e.g. AskQuestion) that lack allowed-tools or a portable fallback.
  • body/hardcoded-repo-path — Warn when instructions hardcode consumer-repo paths without a missing-path discovery, override, or stop gate.
  • body/imperative-instructions — Prefer direct imperative steps over conversational or passive wording.
  • bundle/script-prerequisites — Require a Prerequisites (or Requirements / Compatibility) section when a skill ships scripts.

Changed

  • bundle/unused-file — Misplaced companions outside standard skill directories get a layout diagnosis instead of an “unreferenced” message.
  • Inline disablesslint-disable-next-line before a fenced code block now covers example paths inside the fence (not only the opening marker).