Skip to content

feat: rename geo -> geo-writing, rewrite bootstrap for skill-first onboarding#31380

Merged
alex-nork merged 2 commits into
alex-nork/content-automation-geo-skillfrom
run-plan/geo-skill/bootstrap-rewrite
May 20, 2026
Merged

feat: rename geo -> geo-writing, rewrite bootstrap for skill-first onboarding#31380
alex-nork merged 2 commits into
alex-nork/content-automation-geo-skillfrom
run-plan/geo-skill/bootstrap-rewrite

Conversation

@alex-nork
Copy link
Copy Markdown
Contributor

Summary

  • Rename bundled skill from geo to geo-writing (directory + frontmatter name)
  • Replace BOOTSTRAP-CONTENT-AUTOMATION.md with skill-first onboarding approach:
    • Load geo-writing skill immediately, ask one question ("what topic?"), ship a draft
    • Remove Sanity/content-source pre-check (pre-chat flow will drop it)
    • Add comment-driven edit loop (document_comments, comment_reply, comment_resolve)
    • Voice capture via writing samples after first draft instead of upfront scraping
    • Skill improvement loop: edits teach the skill over 2-3 articles

Part of plan: content-automation-geo-skill.md

Closes JARVIS-899

@linear
Copy link
Copy Markdown

linear Bot commented May 20, 2026

JARVIS-899

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d0f6a99b27

ℹ️ 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".


## Edit loop
### Reading comments
When you see open comments in context (via the document_comments injector), read every one. Don't cherry-pick. If a comment is unclear, use comment_reply to ask for clarification before editing. Don't guess.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Use only registered tools in comment-driven edit loop

This prompt instructs the assistant to call comment_reply (and later comment_resolve), but no such tools are registered in the codebase—the bundled document toolset only exposes document_create, document_update, document_read, document_list, and document_delete (assistant/src/config/bundled-skills/document/TOOLS.json). In content-automation sessions, following this bootstrap will produce tool-not-found failures exactly when comments are unclear or need resolution, which breaks the primary editing workflow.

Useful? React with 👍 / 👎.

@alex-nork alex-nork merged commit 636ca57 into alex-nork/content-automation-geo-skill May 20, 2026
13 checks passed
@alex-nork alex-nork deleted the run-plan/geo-skill/bootstrap-rewrite branch May 20, 2026 23:03
alex-nork added a commit that referenced this pull request May 21, 2026
…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant