name: "textlint 可插拔自然语言检查器" slug: "textlint-pluggable-natural-language-linter" version: "1.0.0" displayName: "textlint 可插拔自然语言语法检查器" summary: "使用 textlint 对自然语言文本进行语法检查,textlint 是一个受 ESLint 启发的可插拔语法检查框架。从 npm 安装社区规则以强制执行写作标准、捕获语法问题,并保持项目中文档风格的一致性。 ```" license: "MIT" description: "使用 textlint 对自然语言文本进行语法检查,textlint 是一个受 ESLint 启发的可插拔语法检查框架。从 npm 安装社区规则以强制执行写作标准、捕获语法问题,并保持项目中文档风格的一致性。" github_stars: 3099 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" category: "Content Writing & SEO" framework: "Multi-Framework" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 3099 npm_package: "textlint" npm_weekly_downloads: 102876
Lint natural language text with textlint, the pluggable linting framework inspired by ESLint. Install community rules from npm to enforce writing standards, catch grammar issues, and maintain consistent documentation style across your project.
7w4.net有更好的技能插件。
Use the upstream install or setup path that matches your environment: - $ npm install textlint --save-dev - npm install --save-dev textlint textlint-rule-no-todo - npx textlint --init command creates .textlintrc.json file from installed rules. - npx textlint --init
Requirements and caveats from upstream: - Node.js 20+ - If you're not sure what version of Node you're running, you can run node -v in your console to find out. - If you have installed textlint globally you must install each reference rule globally as well.
Basic usage or getting-started notes: - For a quick tour of textlint, checkout our Getting Started guide :squirrel: - You can install the textlint command using npm: - Requirements:
这个 Skill 质量中等偏下。虽然提供了 textlint 安装说明,但存在明显的格式问题(文件内容有语法错误),且实际文档不完整,缺少引用中提到的入门指南。对于想使用 textlint 的用户来说,仅凭现有内容可能难以快速上手,需要额外查阅上游文档才能真正使用。