スキル一覧に戻る
nokonoko1203

textlint

by nokonoko1203

79🍴 12📅 2026年1月22日
GitHubで見るManusで実行

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:

  1. Initial lint execution: Run textlint -c ~/.claude/.textlintrc.json <FILE_PATH> to detect issues
  2. Apply automatic fixes: Run textlint -c ~/.claude/.textlintrc.json --fix <FILE_PATH> to fix auto-fixable issues
  3. 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
  4. 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

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です