fix: replace hardcoded brand placeholders in geo-writing skill#31432
Conversation
…geo-writing skill
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 49a389db5e
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| ## PHASE 5 — OUTPUT | ||
|
|
||
| Write the completed article as a markdown file to `[YOUR DELIVERABLES FOLDER]/Articles/<slug>.md`. Use kebab-case. Do not include the year in the slug. | ||
| Write the completed article as a markdown file to `Articles/Articles/<slug>.md`. Use kebab-case. Do not include the year in the slug. |
There was a problem hiding this comment.
Write final article to correct output directory
The new output path Articles/Articles/<slug>.md introduces an extra Articles/ segment that is inconsistent with the rest of the skill (Articles/research/<topic-slug>/) and with the prior behavior. In runs where downstream automation or user expectations look for drafts under Articles/<slug>.md, this will place the finished article in the wrong directory and make it appear missing.
Useful? React with 👍 / 👎.
4795730
into
alex-nork/content-automation-geo-skill
…ARVIS-899) (#31378) * feat: add GEO article writing skill as bundled skill (#31369) * feat: update content-automation bootstrap for GEO article flow (#31371) * fix: move geo skill reference files to references/ subdir, remove orphaned drafts, add compatibility field (#31376) * fix: remove duplicated geo skill rules from bootstrap template (#31377) * feat: rename geo -> geo-writing, rewrite bootstrap for skill-first onboarding (#31380) * feat: rename geo skill to geo-writing, rewrite bootstrap for skill-first onboarding * test: update bootstrap tests for skill-first onboarding rewrite * feat: rewrite wake-up greeting to GEO message for content-automation cohort (#31384) * fix: replace hardcoded brand placeholders with dynamic references in geo-writing skill (#31432)
Summary
[YOUR BRAND],[YOUR NAME],[YOUR BRAND URL],[YOUR DELIVERABLES FOLDER]placeholders with dynamic referencesweb_fetch: [YOUR BRAND DOCS URL]callsPart of plan: content-automation-geo-skill.md
Closes JARVIS-899