en un clic
content-finalize-article
// Prepare article for publication by running all pre-publication checks (internal links + fact-check) in parallel. Use when user asks to finalize, prepare for publication, or do final checks on an article.
// Prepare article for publication by running all pre-publication checks (internal links + fact-check) in parallel. Use when user asks to finalize, prepare for publication, or do final checks on an article.
| name | content-finalize-article |
| description | Prepare article for publication by running all pre-publication checks (internal links + fact-check) in parallel. Use when user asks to finalize, prepare for publication, or do final checks on an article. |
| argument-hint | [article path] |
| allowed-tools | Read, Glob, Grep, Task |
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/tax-optimization/rent.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 checks in parallel using the Skill tool:
Check A: Add Internal Links
content-add-internal-links-to-article and args: [article path]Check B: Fact-Check Article
content-fact-check-article and args: [article path]Wait for both 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.
Analyze article and automatically insert relevant internal and external links from both ITA and SLG projects. Use when user asks to add links to an article or improve article cross-linking.
Perform thorough fact-checking of an article against authoritative official sources. Use when user asks to verify facts, check article accuracy, or validate claims before publication.
Translate approved Russian content to Ukrainian, English, and Spanish. Use when user asks to translate an article or content to other languages, or after an article has been approved in Russian.
Write or edit article content in the author's authentic voice. Use when writing new articles, editing existing content, or when user provides notes/dictated content to turn into an article about being autónomo or SL in Spain.
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/anchors.