Autofix Markdown Tables

Use this skill to automatically fix misaligned markdown tables in .md files. Triggers after editing any markdown file that contains a table, before finishing documentation work, or when the user says "fix the tables", "align the markdown tables", or "format the markdown". Runs markdown-table-formatter via the project's `md:fix-tables` task, or via Docker when the project has no Taskfile, so columns are properly padded and aligned. After running, always review the diff to confirm only formatting changed — no content should be altered.

specsnl Updated

File contents

specsnl/agent-skills/tree/main/plugins/code/skills/autofix-markdown-tables commit 7b48ebe77f

Frequently asked questions

npx skillmds@latest add specsnl/autofix-markdown-tables