diff options
Diffstat (limited to '.opencode/command')
| -rw-r--r-- | .opencode/command/spellcheck.md | 5 |
1 files changed, 5 insertions, 0 deletions
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. |
