Document Formatter

Use when the user asks to format a document against the house style guide.

skael-dev 5d1febb 5 files · 2.1 KB Updated

File contents

Format a draft document into the house style, using a fixed style guide and report template.

  1. Read the style guide — postcondition: the style rules load.
  2. Apply the style rules and fill assets/report.tmpl — postcondition: the rendered report exits 0 from the template linter.
  3. Write the rendered report to out/report.md — postcondition: it exists.

MUST NOT write any file outside out/.

skael-dev/skael/tree/main/internal/eval/testdata/corpus/document-formatter commit 5d1febbab3

Frequently asked questions

npx skillmds@latest add skael-dev/document-formatter