Writing & Content writing-style-analysisvoice-profilingmarkdownmdxblog-writing

Blog Voice Learner

Extracts a reusable author voice baseline from existing posts.

FollowSkills review · FSRS-2.0
Not recommended
46/ 100 5-point scale 2.3 / 5
Trust16 / 25 · 3.2/5

The skill appears limited to reading user-supplied local posts and producing VOICE.md or JSON, with no declared network, credential, or privileged operations; MIT licensing and a relatively narrow data flow reduce risk. However, sensitive-content handling, overwrite confirmation, rollback, dependency security, and path isolation are unspecified, so trust is well below full marks.

Reliability7 / 20 · 1.8/5

The workflow, input formats, output formats, and abnormal-input behavior are described clearly, and the repository provides CI and testing infrastructure. However, the referenced scripts/style_learn.py is not included in the evidence, and no tests or reproducible failure evidence cover this key path; the static ceiling and coverage gap require a conservative score.

Adaptability9 / 15 · 3.0/5

The audience, semantic triggers, 5-to-10-post input range, supported file types, and downstream uses are fairly clear. Non-fit boundaries, Chinese-language style support, and behavior for mixed authors, duplicate samples, or ambiguous directories are not specified, so points are deducted.

Convention8 / 15 · 2.7/5

The skill has standard frontmatter, a command table, argument hint, field documentation, error handling, MIT licensing, and partial repository-level version and CI signals. It lacks skill-specific versioning, changelog, maintenance owner, installation/dependency notes, troubleshooting, input/output examples, and an update path.

Effectiveness4 / 15 · 1.3/5

If the referenced script exists and is compatible, the skill should convert multiple posts into a reusable style profile for downstream blog skills, giving it a clear core benefit. The implementation, representative outputs, and directly usable results for this selected path are not provided, and no evidence shows that the metrics improve drafting outcomes, so only limited static credit is warranted.

Verifiability2 / 10 · 1.0/5

The repository claims CI, tests, and deterministic testing, but the supplied tests mainly cover Brain adapters and general pipelines, not blog-style learning. There is no skill-specific test suite, independent review, or verifiable output evidence, so the score remains near the static minimum.

Evidence confidence:Low Reviewed Jul 30, 2026 Reviewed revision aec971ac5113
Before you use it
  • Before use, verify that scripts/style_learn.py exists, that relative paths resolve correctly, and that its dependencies are available.
  • The skill processes author content but does not define handling, retention, overwrite behavior, or cleanup for sensitive data, personal information, or generated VOICE.md files.
  • Repository-wide CI and quality claims do not substitute for tests of the blog-style key path; do not assume the style metrics or output have been validated.
  • Chinese metric validity is not documented; Chinese users should manually review whether sentence length, vocabulary richness, and AI-trigger metrics are meaningful for representative Chinese samples.
Review evidence [1][2][3][4][5][6][7][8][9]
See the full review method →

What does this skill do, and when should you use it?

Blog Voice Learner is the focused `blog-style` skill in the claude-blog repository. It learns from 5 to 10 posts written in the same author, brand, or editorial voice and turns measurable style signals into a reusable profile. It reads Markdown, MDX, text files, or directories and runs a local Python learner. The result can support `VOICE.md`, `blog-persona`, and `blog-write`, but this skill does not itself provide the repository’s broader research, SEO auditing, or publishing workflows.

Accepts article paths through /blog style learn <paths>; reads Markdown, MDX, text files, or a directory; runs python3 scripts/style_learn.py <paths> --format markdown; and produces Markdown, JSON, or VOICE.md-ready output. It measures mean and median sentence length, sentence-length variance, vocabulary richness, transition-word sentence rate, passive-voice rate, AI-trigger baseline, paragraph-length distribution, first-person usage, question-heading ratio, signature 2-gram and 3-gram phrases, and derived tone descriptors. Missing paths, unsupported files, and insufficient samples generate warnings; empty samples return zeroed metrics.

  1. A solo blogger has 5 to 10 representative posts and wants future drafts to preserve the established cadence and vocabulary.
  2. A marketing team wants to derive a reusable `VOICE.md` from existing brand content.
  3. An editor needs structured style values for creating or updating a `blog-persona` profile.
  4. A Claude Code skill builder wants a measurable writing baseline instead of an informal tone description.

What are this skill's strengths and limitations?

Pros
  • Produces measurable style signals rather than only a broad tone label.
  • Accepts Markdown, MDX, text files, and directories.
  • Supports Markdown, JSON, and `VOICE.md`-ready outputs.
  • Defines handling for missing paths, unsupported files, and empty samples.
Limitations
  • Its scope is style learning, not full blog research, SEO, fact-checking, or publishing.
  • The recommended sample size is 5 to 10 posts; small samples reduce stability.
  • The skill uses Claude Code slash-command conventions, so other clients require adaptation.
  • The source provides no standalone installation procedure or independent test evidence for this skill.

How do you install this skill?

This skill is distributed as part of the full AgriciDaniel/claude-blog repository; the source does not document a standalone installation for skills/blog-style/SKILL.md. The README supports the public-repository flow: git clone https://github.com/AgriciDaniel/claude-blog.git, inspect install.sh, then optionally run git checkout v1.9.0, chmod +x install.sh, and ./install.sh. Restart Claude Code after installation.

How do you use this skill?

Collect 5 to 10 representative posts from the same author, brand, or editorial voice. Run python3 scripts/style_learn.py <paths> --format markdown. For machine-readable output, use python3 scripts/style_learn.py <paths> --format json --output voice-profile.json; for a VOICE.md block, use python3 scripts/style_learn.py <paths> --format markdown --output VOICE.md. In Claude Code, the documented trigger is /blog style learn <paths>. Fewer than five posts are allowed, but the profile may be less stable.

How does this skill compare with similar options?

Compared with asking a model to imitate a voice in a single prompt, it builds a structured baseline from multiple samples. Compared with the full claude-blog suite, it is narrower and focused on style learning and voice reuse.

FAQ

How many posts should I provide?
Use 5 to 10 representative posts from the same author, brand, or editorial voice. The learner warns but continues with fewer than the default minimum of five.
Does it analyze posts over the network?
The skill shows a local Python learner operating on local paths and does not document network calls.
Can the profile drive later writing?
Yes. Markdown can be placed in a project `VOICE.md`, JSON can feed `blog-persona`, and the learned values can guide `blog-write` drafting targets.

More skills from this repository

All from AgriciDaniel/claude-blog

Writing & Content

Blog Writer

Generate complete blog articles structured for Google rankings and AI citation visibility.

Writing & Content

Blog Persona: Structured Brand Voice Management

Turn brand voice preferences into reusable, measurable rules for consistent blog writing.

Writing & Content

Blog Brand Context

Create durable brand positioning and voice guidance for every blog workflow.

Writing & Content

Blog Brief Planner

Build research-led blog briefs designed for Google visibility and AI citation readiness.

Data & Analysis

Blog Chart SVG Generator

Creates accessible, dark-mode-compatible inline SVG charts for blog posts.

Writing & Content

Blog Fact-Check

Verifies statistics, citations, and factual claims in blog posts.

Writing & Content

Blog Translate: SEO Blog Localization

Turns existing blog posts into SEO-ready multilingual editions while preserving publication structure.

Writing & Content

Claude Blog Content Engine

A Claude Code workflow for researching, writing, optimizing, auditing, and publishing blog content across platforms and languages.

Writing & Content

Blog Rewrite Optimizer

Rework existing blog posts to improve both Google search performance and AI citation readiness.

Writing & Content

Blog Analyzer

Audit blog quality, SEO, trust signals, and AI citation readiness with a consistent 100-point score.

Writing & Content

Blog Outline Planner

Build a SERP-informed, ready-to-write blog structure.

Writing & Content

Blog Cluster Engine

Plan and execute SERP-informed, internally linked content clusters from one seed keyword.

Design & Frontend

Blog Image Creative Director

Generate and edit publication-ready blog visuals with Gemini-powered prompt orchestration.

Writing & Content

FLOW Blog Workflow

An evidence-led Find, Optimize, Win workflow for selecting and applying stage-specific blog prompts.

Writing & Content

Blog Locale Audit

Audit multilingual blog translations, SEO parity, hreflang, and freshness before publication.

Writing & Content

Blog Strategy Architect

Plans blog positioning, topic clusters, audience focus, search growth, and AI-citation opportunities.

Writing & Content

Blog Google: Google Data for Blog Performance

Use Google APIs to measure blog speed, indexing, search visibility, traffic, and keywords.

Writing & Content

Blog Schema: JSON-LD Markup Generator

Generate and validate complete JSON-LD structured data for blog posts.

Writing & Content

Blog Decay Analyzer

Find declining pages in Google Search Console exports and choose whether to refresh, consolidate, prune, or investigate query shifts.

Writing & Content

Blog Keyword Conflict Detector

Find competing blog pages and decide whether to merge, differentiate, canonicalize, or monitor them.

Related skills