mit einem Klick
content-finalize-article
// Prepare an article for publication by running internal link addition and fact-checking in parallel. Use when the user asks to finalize, prepare, or get an article ready for publishing.
// Prepare an article for publication by running internal link addition and fact-checking in parallel. Use when the user asks to finalize, prepare, or get an article ready for publishing.
Analyze an article and add relevant internal links from both SLG and ITA projects. Use when the user asks to add internal or cross-project links to an article.
Verify all claims, numbers, deadlines, and legal references in an article against official sources. Use when the user asks to fact-check or verify article content before publication.
Translate approved Russian content to Ukrainian, English, and Spanish. Use when the user asks to translate an article or content to other languages.
Write or edit article content in the author's authentic voice. Use when the user asks to write, create, or edit an article, blog post, or content for the Spain Life Guide site.
Run all local validation checks that don't require network access to the live site.
Verify internal links database integrity and update with new pages and anchors.
| name | content-finalize-article |
| description | Prepare an article for publication by running internal link addition and fact-checking in parallel. Use when the user asks to finalize, prepare, or get an article ready for publishing. |
| argument-hint | ["path to article file"] |
Prepare an article for publication by running all pre-publication checks. This skill runs internal link addition and fact-checking in parallel for efficiency.
$ARGUMENTS
The input should be a path to an article file (e.g., _includes/ru/some-article.md).
This skill is part of the article publishing workflow:
/content:write-article - Create or edit content/content:finalize-article - (THIS SKILL) Add links + fact-check/content:translate-article - Translate to other languagesLaunch both tasks in parallel using the Task tool:
Task A: Add Internal Links
/content:add-internal-links-to-article with the article pathTask B: Fact-Check Article
/content:fact-check-article with the article pathWait for both tasks to complete
## Finalization Report: [Article Name]
**Article path:** `[path]`
**Finalized on:** [date]
---
### Part 1: Internal Links Added
[Output from add-internal-links-to-article]
---
### Part 2: Fact-Check Results
[Output from fact-check-article]
---
### Action Items
Based on the results above:
#### Required Changes (from Fact-Check)
- [ ] [List any facts that need correction]
#### Optional Improvements (from Links)
- [ ] [Any link suggestions that weren't auto-added]
---
### Next Steps
If there are no ❌ critical issues:
→ Article is ready for translation via `/content:translate-article`
If there are ❌ issues to fix:
1. Make the required corrections
2. (Optional) Re-run `/content:finalize-article` to verify fixes
3. Then proceed with `/content:translate-article`
Present the combined finalization report with clear action items and next steps.