.github/skills/markdown/SKILL.md
Lint and fix Markdown files. Use this when the user asks to "check markdown", "fix formatting", or "lint docs".
npx skillsauth add spagestic/thenorthstar markdown-helperInstall 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.
Uses markdownlint-mcp to ensure documentation quality.
Command Template:
npx mcporter call --command "npx -y markdownlint-mcp" --tool <tool_name> --args <json_args>
lint_markdown: Check a file for style issues.
fix_markdown: Automatically fix style issues.
Example: Lint a Markdown file
npx mcporter call --command "npx -y markdownlint-mcp" --tool fix_markdown --args '{"path": "docs/README.md"}'
development
Execute Python scripts and snippets. Use this for "run python script", "calculate with python", or "test snippet".
development
Store and retrieve long-term project information. Use this to "remember" facts or "recall" project context.
development
Interact with Jupyter notebooks. Use this to "run cell", "read notebook", or "execute python in notebook".
tools
Access low-level GitKraken MCP tools for raw issue data and diffs.