← Back to list

textlint
by nokonoko1203
⭐ 79🍴 12📅 Jan 22, 2026
SKILL.md
name: textlint description: Execute textlint on specified files, apply automatic fixes, manually fix remaining errors, and repeat until all errors are resolved. Use when editing markdown or text files that need linting. allowed-tools: Bash(textlint:*), Edit, Read, TodoWrite user-invocable: true
Textlint Review
Execute textlint on the specified file, apply automatic and manual fixes, and repeat until all errors are resolved.
Usage: /textlint <FILE_PATH>
Example: /textlint README.md
The file path will be available as $ARGUMENTS.
Execution process:
- Initial lint execution: Run
textlint -c ~/.claude/.textlintrc.json <FILE_PATH>to detect issues - Apply automatic fixes: Run
textlint -c ~/.claude/.textlintrc.json --fix <FILE_PATH>to fix auto-fixable issues - Execute manual fixes: Apply manual fixes for remaining issues:
- Fix sentence-ending punctuation (change colons to periods)
- Improve mechanical expressions (
**Item**: Description→**Item** (Description)) - Clarify ambiguous expressions ("appropriate" → "specified", etc.)
- Remove exclamation marks ("!" → ".")
- Change bold attention prefixes to natural expressions
- Iterate: Repeat until no errors remain or no improvement is observed
Processing details:
- Use TodoWrite to track progress
- Verify results at each step and apply fixes incrementally
- Confirm file content before and after fixes
- Monitor error count changes to prevent infinite loops
Important notes:
- Original files will be edited directly
- Large files may take time to process
- textlint must be installed and configured with config file at ~/.claude/.textlintrc.json
think hard
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon