一键导入
update-trackers
Logic for updating content backlog and translation tracker after creating or translating content. Reads tracker paths from plugin config.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Logic for updating content backlog and translation tracker after creating or translating content. Reads tracker paths from plugin config.
用 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 | update-trackers |
| description | Logic for updating content backlog and translation tracker after creating or translating content. Reads tracker paths from plugin config. |
| user-invocable | false |
| disable-model-invocation | false |
This skill defines how to update the content backlog and translation tracker. Referenced by content creation and translation skills.
Read the following values from .content-ops/config.md:
backlog_file — path to content backlog (e.g., .content-ops/backlog.md)translation_tracker_file — path to translation tracker (e.g., .content-ops/translation-tracker.md)languages — list of language codes (e.g., ["en", "it"])backlog_file)pending to donedone toopending entries in the backlog tabledonetranslation_tracker_file)Add new rows to the appropriate table (Articles or Glossary):
donelanguages): pendingChange the status for the translated item from pending to done in the target language column.
| # | translationKey | EN | IT | DE | FR |
|---|---|---|---|---|---|
| 1 | getting-started | done | done | pending | pending |
| 2 | new-article | done | pending | pending | pending |
# valuestranslationKey exactly as defined in the content frontmatter