From 78321a95e8932b51e9c21cc8e6c04f97d7947b1a Mon Sep 17 00:00:00 2001 From: Jay V Date: Wed, 8 Oct 2025 13:14:38 -0400 Subject: docs: adding spellcheck command --- .opencode/command/spellcheck.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .opencode/command/spellcheck.md (limited to '.opencode/command') diff --git a/.opencode/command/spellcheck.md b/.opencode/command/spellcheck.md new file mode 100644 index 000000000..afa1970b7 --- /dev/null +++ b/.opencode/command/spellcheck.md @@ -0,0 +1,5 @@ +--- +description: Spellcheck all markdown file changes +--- + +Look at all the unstaged changes to markdown (.md, .mdx) files, pull out the lines that have changed, and check for spelling and grammar errors. -- cgit v1.2.3