note-article-review

Orchestrate note.com article reviews with three personas and JTF style.

1|Updated Aug 2, 2025
One-click install
npx skills add https://github.com/s977043/my-blog --skill note-article-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note-article-review
Source: https://github.com/s977043/my-blog/tree/main/.claude/skills/note-article-review
Command: npx skills add https://github.com/s977043/my-blog --skill note-article-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

note.com記事のレビューと指摘反映のライフサイクルを自動化・可視化します。Zenn向けの article-review-apply スキルに対応する note版として、3ペルソナ視点・JTFスタイル準拠・スマホ可読性・note内発見性を重視します。

Core Features & Use Cases

  • 記事タイプ判定: note記事の state と slug に応じた分類と適切なレビューメトリクスを生成します。
  • 3ペルソナ & 指摘票: noteディレクター/編集者/読者を想定した3ペルソナで指摘を整理します。
  • JTFスタイル準拠 & 可読性: 日本語の表記ルールとスマホでの可読性を強化します。
  • 反映ワークフロー: レビュー成果物を reviews/note/<state>/<slug>.md に生成し、対応する本文へ反映するパイプラインを提供します。
  • 状態別運用: new/drafts/published の各状態に応じた扱いを適用します。

Quick Start

state と slug を指定して note 記事をレビューし、生成物を reviews/note/<state>/<slug>.md に保存して PR を作成します。

Frequently Asked Questions about note-article-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate note.com article reviews and apply fixes from multiple perspectives?

You can automate note.com article reviews by orchestrating an end-to-end lifecycle that validates article state, generates findings from three personas, and applies fixes back to the article or prepares a review artifact for PR creation.

What is the JTF style guideline and how does it affect mobile readability for note articles?

The JTF style guideline enforces standardized Japanese notation rules, which directly enhance mobile readability and ensure note discoverability compliance during the article review and fix propagation process.

How do I generate a review artifact for a note.com article and create a pull request?

To generate a review artifact and create a PR, you specify the article state and slug, save the structured review output to reviews/note/<state>/<slug>.md, and use a compliant Git workflow with the main branch up-to-date.

Can I use this review workflow for both new drafts and published note.com articles?

Yes, the review workflow applies state-specific operations for new, drafts, and published note.com articles, classifying each by state and slug to generate appropriate review metrics and apply targeted fixes.

What are the three personas used for structuring note article review findings?

The three personas used to structure review findings are a note director, an editor, and a reader, ensuring comprehensive evaluation of content quality, style compliance, and mobile readability.

Do I need a specific Git workflow setup to propagate note article review fixes?

Yes, propagating fixes requires a compliant Git workflow with the main branch up-to-date and correct identity configured, supporting automated PR creation and change propagation for the reviewed note articles.