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 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.