一键导入
seo-authority-pass
(foundational) Add E-E-A-T signals: explainer pages, glossary, author attribution, structured data, OG images, and SEO metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
(foundational) Add E-E-A-T signals: explainer pages, glossary, author attribution, structured data, OG images, and SEO metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the full autonomous pipeline against a work item — plan, implement, verify, PR, post-PR review + QA, wrap-up. Takes a GitHub issue
The Notion bridge for work items — creates a Notion work item mirroring a GitHub issue, uploads artifacts (item.md, refs/, plan.md, wrapup.md) to it, and pulls a work item's artifacts down to ./tmp/<id>/. Used by /create-feature, /create-epic, /create-issue (publish) and /do (pull before work, upload after). Use when a work item needs to be published to, updated in, or fetched from Notion.
Create Excalidraw diagram JSON files and PR visual overviews that make visual arguments. Use when the user wants to visualize workflows, architectures, concepts, pull request changes, before/after behavior, or a shareable explainer image for reviewers.
Dispatches one Codex (GPT-5.6) sub-agent via `codex exec` — implementer, backend-verifier, plan-reviewer, code-reviewer, code-researcher, or investigator — and returns its report. Used by /do, /discussion, and /create-issue whenever one of these roles runs; not normally invoked by the user directly. Use when a pipeline stage needs its Codex sub-agent dispatched, resumed for a fix round, or re-run.
Captures a discussed multi-phase workstream as an Epic Spec work item ready for /do. For a single-outcome change use /create-feature instead.
Captures a discussed feature as a lean Feature Ticket work item ready for /do. For multi-phase workstreams use /create-epic instead.
| name | seo-authority-pass |
| description | (foundational) Add E-E-A-T signals: explainer pages, glossary, author attribution, structured data, OG images, and SEO metadata. |
Add E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) signals across a product website: explainer pages for hard concepts, a glossary, author attribution with bylines and headshots, structured data schemas, OG images, and consistent SEO metadata.
Important: Run this skill with Claude Opus 4.6. It performs significantly better than 4.7 or 4.8 at copywriting and writing in specific voice styles.
seo-writing-framework when writing explainer pages and copy. Research examples, draft with reference, reader hat, edit, read out loud.AGENTS.md, VOICE.md, or CLAUDE.md). If missing, run seo-readability-pass first (it creates one).seo-readability-pass produced a list of concepts needing explainers, use it. Otherwise, discover terms in step 1.Every page should signal authority to both readers and Google:
If a term list exists from a prior content-readability-pass, use it. Otherwise, scan all content pages for:
Research each term with WebSearch to understand:
Success criteria: A prioritized list of concepts to create explainer pages for. Human checkpoint: Present the list and get approval before creating pages.
Create a /glossary page that:
DefinedTermSet JSON-LD schemaSuccess criteria: Glossary page renders with all terms and proper schema.
For each approved concept, create a dedicated page following this pattern:
/what-is-[concept] or /what-does-[concept]-meanFAQPage JSON-LD schema (6+ questions)Success criteria: Each page passes the "would a first-timer understand this?" test. Every page has JSON-LD, OG images, and external authority links. Rules:
Research the author online (LinkedIn, GitHub, X, news articles, university pages) to build a credible bio.
Create /author/[name] with:
/public/authors/Person JSON-LD schema with sameAs linksSuccess criteria: Author page has verifiable credentials with external links. No claims without sources. Every notable achievement links to proof. Rules:
Create a reusable AuthorByline component with:
Add to: all explainer pages, glossary, and landing pages (before FAQ section).
Update blog post template to show:
Ensure all dates display as "Month Day, Year" format everywhere (never ISO format in UI).
Success criteria: Every content page has visible author attribution with dates. Dates are human-readable.
Establish a brand title pattern and apply it everywhere:
[Brand] — [Tagline] | [Differentiators][Title] — [Brand][Title] — [Brand] | [Category descriptor][Title] — [Brand]Update all meta descriptions to include key differentiator keywords and platform support (e.g., "Windows, Windows with WSL, macOS, Linux").
Add the glossary and explainer pages to the site footer in a "Learn" column for discovery.
Update the sitemap if it's manually maintained.
Success criteria: Consistent titles under 60 chars across all pages. Descriptions include differentiators. Footer links to glossary and explainer pages.
Run the production build to catch errors. Create a PR with a clear summary of everything added. After merge, produce a list of all new and updated URLs for Google Search Console indexing.
Success criteria: Build passes. PR merged. URL list provided for indexing. Artifacts: List of URLs to request indexing for in Google Search Console.