ワンクリックで
review-content
Review content for tone, style, structure, glossary coverage, and linking completeness against the style guide.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review content for tone, style, structure, glossary coverage, and linking completeness against the style guide.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create content of any configured type from a topic or from the content backlog. Orchestrates research, writing, style review, glossary creation, linking, and reindexing as focused sub-agents. Hooks handle tracker updates and build verification automatically.
content-seo setup wizard. Run /init to see status, or /init [round] to run a setup step. Rounds: project, credentials, strategy.
Site-level SEO intelligence. Routes to one of five workflows — status (site-wide GSC performance), opportunities (pages ranking 4–20), diagnose (deep-dive a page with GSC data + fixes), brief (keyword research before writing), or coverage (audit GSC indexing errors from a CSV export).
content-ops setup wizard. Run /init to see status, or /init [round] to run a setup step. Rounds: project, content-types, style, strategy, infra, images, link-building.
Identify content gaps and add suggestions to the backlog. Accepts an optional freeform payload to narrow scope. Without a payload, surveys the full corpus against pillars. Powered by the backlog-suggester agent.
Loads and applies the project's configured style guide. Hard stops if config or any required piece is missing. All style rules come from the guidelines file set during /init style.
| name | review-content |
| description | Review content for tone, style, structure, glossary coverage, and linking completeness against the style guide. |
| argument-hint | <file-path> |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, Task, TodoWrite |
Review content for tone, style, structure, and linking completeness.
File: $ARGUMENTS
Pass the path to an article or glossary file (e.g., src/content/articles/en/my-article.md).
The content-style and content-inventory skills auto-load. Read the target file to understand what you're reviewing.
Read .content-ops/config.md to detect the content type from the file path (match against content_types.*.path).
Delegate the full style audit to the style-enforcer agent:
Use the style-enforcer agent to review the file at [path].
Content type: [detected content type]
Config:
word_range: [content_types.<type>.word_range]
guidelines: [content_types.<type>.guidelines list]
reference_content: [reference_content list]
Perform a complete review.
The agent returns a structured report with score, must-fix, should-fix, and consider categories.
Skip this phase if the glossary config block is absent or glossary.enabled is false.
Read the glossary block from .content-ops/config.md to determine if glossary is enabled.
If enabled, scan the article body for domain-specific technical terms. For each:
/write-content glossary X."Check that relatedGlossary in frontmatter includes terms linked in body. Note: relatedGlossary may also include terms relevant to the topic even without inline links — this is valid.
relatedArticles — Includes all genuinely related articles?relatedGlossary — Includes all glossary terms linked in body?Skip this phase if the glossary config block is absent or glossary.enabled is false.
Also skip if the file being reviewed is not the glossary content type (check file path against content_types.[glossary.content_type].path from config).
If applicable:
Present the style-enforcer agent's report combined with your glossary and linking findings:
## Content Review: <title>
### Score: X/10 (from style-enforcer)
### Must Fix
- [Critical: style issues + broken links + missing glossary links for jargon]
### Should Fix
- [Style issues + missing back-links + duplicate links]
### Consider
- [Suggestions: glossary entries to create, additional linking, structural improvements]
### Looks Good
- [Strengths — always acknowledge what's working]
For each issue: exact location, what's wrong, concrete suggestion.
After presenting the report, ask the user if they want you to fix any issues. If yes:
content-linker agentcontent: review fixes for "<title>"