agentsclimarketplace

Proofread document

Skill feel-flow/agent-skills-examples/writing/proofread-document

『Agent Skills 実践ガイド』サンプルスキル集 — コピペで使えるSKILL.md 10種

Install
npx -y skills add feel-flow/agent-skills-examples --skill proofread-document

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

文章校正を実行し、修正提案をレポート出力する。ドキュメント・ブログ記事・マニュアルの校正に使用。

SKILL.md

1.2 KB, as published. Nobody here has run it

文書校正スキル

手順

  1. 対象文書を読み込む
  2. 以下の5つの観点で校正を実行する
  3. 問題を重要度別に分類する
  4. 修正提案をレポート形式で出力する

検査観点

  1. 誤字脱字・文法 - 誤字、句読点、敬語の誤用
  2. 表現の統一性 - トーン、用語、スタイルの一貫性
  3. 読みやすさ - 文の長さ、段落の構成、冗長な表現
  4. 構造・フロー - 論理的な流れ、段落間の接続
  5. 専門用語 - 用語の正確性、初出時の説明

重要度の分類

重要度基準修正方針
意味不明、誤解の恐れ必ず修正すべき
品質低下、一貫性欠如修正推奨
より良くできる点参考程度

出力形式

## 校正結果

### 高優先度
- [行番号] 問題: 説明
  修正案: ...

### 中優先度
- [行番号] 問題: 説明
  修正案: ...

### 低優先度
- [行番号] 提案: 説明

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.