npx claudepluginhub hosochin/claude-spells --plugin common-skillsThis skill is limited to using the following tools:
review-text/input.md に記述された文章を添削してください。
Proofreads inline text or document files (.docx, .pdf, .txt) for grammar, spelling, punctuation, clarity, and tone while preserving author's voice and intent. Returns corrected version with modification log or saves UPDATED_ prefixed file.
Identifies grammar, logic, and flow errors in text and provides targeted revision suggestions without full rewrites. Use for proofreading content, docs, emails, marketing copy, or drafts.
Applies Strunk's Elements of Style rules to edit documentation, commit messages, error messages, UI text, reports, and explanations for clarity and conciseness.
Share bugs, ideas, or general feedback.
review-text/input.md に記述された文章を添削してください。
input.md のフォーマット:
トーン: formal または casual(指定がない場合は formal)
【添削する文章】
(添削したい文章)
要件:
formal: フォーマルなトーンで添削(ビジネス文書、公式な場面向け)casual: カジュアルなトーンで添削(日常会話、親しい相手向け)出力フォーマット:
【元の文章】
(元の文章をそのまま表示)
【添削後の文章】
(添削後の文章)
【主な変更点】
- 変更点1の説明
- 変更点2の説明
...
$ARGUMENTS に test が指定されている場合は、review-text/sample.md の内容を入力として使用してください。
添削結果を review-text/output.md に出力してください。
重要: 出力する際は、Writeツールではなく、Bashツールで cat コマンドとHEREDOC(<<'EOF')を使用して書き込んでください。これにより文字化けを防ぐことができます。
例:
cat > review-text/output.md <<'EOF'
(生成した内容)
EOF
サンプル入力は review-text/sample.md を参照してください。