agentsclimarketplace

Proofread

Skill feel-flow/agent-skills-examples/review/proofread

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

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

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.8 KB, as published. Nobody here has run it

総合校正スキル

概要

日本語技術書を6つの観点で校正し、重要度別に分類したレポートを出力します。

検査観点

観点内容検出例
日本語表現誤字脱字、文法、読みやすさ「行なう」→「行う」
章構造フォーマット準拠、必須セクションの有無H2→H4の飛び越し
用語統一表記揺れ、略語ルール、固有名詞「コンテキスト」と「コンテクスト」の混在
Markdown形式コードブロック、リンク、テーブル言語指定なしのコードブロック
ファクトチェック研究論文、統計データ、技術的主張の裏付け出典なしの統計データ
用語抽出本文から用語集を自動生成(初回のみ)新規用語の検出

重要度の定義

重要度記号基準
重大×内容の誤り、読者の誤解を招く誤字による意味変化、壊れたリンク
警告品質低下、一貫性の欠如用語の不統一、構造の逸脱
提案より良くできる点表現の改善、冗長な記述

実行手順

  1. 日本語表現チェック
  2. 章構造チェック
  3. 用語統一チェック
  4. Markdown形式チェック
  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.