Add seo-launch orchestration skill - #89
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8b171a183e
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Reuse `seo-foundations` when available, reading its instructions first; otherwise | ||
| perform that research directly. Use this same availability check for other | ||
| skills below. Do not depend on a particular local path, agent runtime, or tool. |
There was a problem hiding this comment.
Define precedence over conflicting seo-foundations rules
When seo-foundations is available—as it is in this suite—reusing its instructions imports a mandatory competitor-confirmation checkpoint (parsa/seo/seo-foundations/SKILL.md:114) and directs the agent to create comparison and alternative pages immediately (:136-139). Those rules conflict with this skill's delegated autonomous mode and its requirement to treat page families as optional, so an autonomous launch can either stop unexpectedly or generate unjustified pages. Explicitly state that this skill's operating rules override conflicting nested defaults, or reuse only the compatible research output.
Useful? React with 👍 / 👎.
| name: seo-launch | ||
| description: Spin up a product's organic-discovery foundations from a repository or website, from product and search research to a complete page plan or verified implementation PRs. Use for a new SEO launch, not a single-page edit or ongoing traffic-loss audit. |
There was a problem hiding this comment.
Add seo-launch to the SEO catalog
Adding this invokable skill makes the suite contain 11 skills, but parsa/seo/README.md:15 still advertises 10 and its workflow and quick-reference table omit /seo-launch. Users relying on the suite documentation therefore cannot discover the new entry point and are given an immediately inaccurate inventory; update the catalog and launch workflow alongside the new skill.
Useful? React with 👍 / 👎.
Summary
Adds
parsa/seo/seo-launch/SKILL.md, a reusable SEO launch workflow with plan-only and autonomous through-PR modes.Covers product and search research, evidence-backed page inventory and templates, bounded implementation, editorial/code/browser verification against the latest commit, and a post-publication measurement plan. Reuses available skills without hardcoded models, competitors, page counts, or local paths. Keeps merge, deployment, and other external actions behind their own authorization.
Validation
git diff --checkpassed.