Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add TrendTweekers/article-autopilot --skill language-reviewgit clone --depth 1 https://github.com/TrendTweekers/article-autopilotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/trendtweekers/article-autopilot/language-review)<a href="https://agentmods.dev/skills/trendtweekers/article-autopilot/language-review"><img src="https://agentmods.dev/badge/skills/trendtweekers/article-autopilot/language-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/trendtweekers/article-autopilot/language-review"><img src="https://agentmods.dev/badge/skills/trendtweekers/article-autopilot/language-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00090 | $0.00969 |
| Opus 5 | $0.00045 | $0.00485 |
| Sonnet 5 | $0.00018 | $0.00194 |
| Haiku 4.5 | $0.00009 | $0.00097 |
Grade A, and why
language-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
language-review — surface-aware copy linter
This skill is a thin entry point that delegates to the copy-reviewer
agent in .claude/agents/copy-reviewer.md with the right context loaded.
When to invoke
The bundled post-edit-nudge.mjs hook fires this skill automatically
after edits to known user-facing files. The hook only nudges — the main
session decides whether to actually run a review based on whether the
edit touched copy or was pure logic.
You can also invoke manually:
/language-review # review uncommitted changes
/language-review src/pages/Foo.tsx # focus on one file
What the agent reviews
For every edit, the agent checks:
- Terminology — every
terminology.preferredandterminology.bannedrule insite-config.yaml. - Voice consistency — does the copy hit
voice.toneadjectives and avoidvoice.avoiditems? - Surface-specific rules — different rules apply to articles vs landing pages vs LinkedIn posts vs cold emails. The active language profile defines the surface table.
- Language quirks — diacritics, plurals, smart quotes, gendered agreement (whatever applies in the active profile).
- Pricing drift — if
pricingblock is set in config, prices in copy must match. - Phasing dates drift — if
phasing_datesblock is set, date claims must match. - Factual claims — flagged for human verification, not auto-verified.
What the agent does NOT do
- Doesn't edit files. Review only. The main session applies fixes.
- Doesn't verify factual claims. Flags them.
- Doesn't review non-user-facing strings (code identifiers, config values, vendor names, English comments in a Polish project, etc.).
- Doesn't rewrite for taste alone — respect the author's voice.
- Doesn't produce a polished "improved version" for fact-bearing content. Point fixes only.
Inputs
When invoking the agent, pass:
- The file paths to review (or a diff range).
- The active language profile path
(
.claude/skills/article/language-profiles/<profile>.md). Note:examples/language-profiles/is reference-only for contributors. The runtime reads the installed copies under.claude/skills/article/language-profiles/. - The relevant
site-config.yamlsections (terminology,voice,pricing,phasing_dates,disclaimer_template).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 99 lines · 90 tokens per session scan A 48f1be746e59
language-review is a skill published in the GitHub repository TrendTweekers/article-autopilot (4 stars, last pushed 4mo ago), licensed MIT. It adds 90 tokens to every session and 969 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
humanize-korean
A Korean editing tool that removes translation-like phrasing and common AI writing habits while preserving facts, numbers, names, and quotations. It is intended for existing Korean prose, not for writing new marketing copy.
i18n-localization
Internationalization and localization for global applications. Use when adding multi-language support, handling regional formats, or preparing apps for global markets.
daily-briefing
Search for today's latest AI news and create/update a comprehensive briefing in Notion, with optional Obsidian vault publishing for graph visualization.
custom-brief
Deep-research a specific topic and produce a comprehensive news-focused briefing with optional Notion/Obsidian/Teams/Slack publishing.
resume-cover-letter
Write a resume / CV or cover letter tailored to a specific role. Handles regional format differences (AU/NZ, US, UK), ATS-friendly formatting, achievement-focused bullets, and cover letter structure. Use whenever the user mentions a job application, resume, CV, cover letter, career document, applying for a role, or…
eval-dashboard
Build the interactive offline eval dashboard (eval/dashboard/index.html) — Chart.js trend, axis radar, composite histogram, per-card stacked bars, sortable card table. Use when the user wants to "see eval results", "open dashboard", "visualize quality", or "compare cards".