home/claude/skills/doc-check/SKILL.md
Run format, lint, and spell check for documentation
npx skillsauth add lambdalisue/dotfiles doc-checkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
deno.json or deno.jsonc existsdeno fmt "**/*.md"npx prettier --write "**/*.md"npx textlint "**/*.md"npx cspell "**/*.md"Detect project type, run appropriate formatter, then execute checks in parallel. Summarize unique issues found.
tools
Update the title and body of an existing pull request WITHOUT asking for approval
tools
Create a pull request with title and body based on commits WITHOUT asking for approval
tools
Create a Conventional Commit from already staged changes WITHOUT asking for approval
tools
Map staged changes to existing commits and create fixup commits for autosquash WITHOUT asking for approval