一键导入
seo-governance
Use for SEO, sitemap, canonical, robots, noindex, country / city / karat pages, content hubs, and structured data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for SEO, sitemap, canonical, robots, noindex, country / city / karat pages, content hubs, and structured data.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | seo-governance |
| description | Use for SEO, sitemap, canonical, robots, noindex, country / city / karat pages, content hubs, and structured data. |
| when_to_use | ["SEO audit or strategy change","Adding / removing / consolidating pages","Sitemap or robots changes","Country / city / karat / content hub expansion","Custom-domain vs. legacy GitHub Pages cleanup"] |
| related_files | ["scripts/node/seo-governance.js","scripts/node/generate-sitemap.js","build/generateSitemap.js","scripts/node/inject-schema.js","scripts/node/check-seo-meta.js","robots.txt, sitemap.xml, CNAME"] |
| related_prompts | [".github/prompts/seo-noindex-governance.prompt.md",".github/prompts/country-pages-expansion.prompt.md"] |
Keeps Gold Ticker Live's SEO surface coherent: one canonical domain, generated sitemap, enforced noindex policy, no thin duplicates.
noindex; real local context → index +
sitemap.scripts/node/seo-governance.js for any noindex change.sitemap.xml.npm run build) so sitemap regenerates.npm run seo:governance:check, npm run validate, npm run audit-pages.npm run linkcheck that internal links resolve.checklists/canonical.mdchecklists/sitemap.mdchecklists/noindex.mdchecklists/country-pages.mdchecklists/content-pages.mdsitemap.xml (next build wipes it).noindex.vctb12.github.io/Gold-Prices/* instead of goldtickerlive.com/*.noindex page without updating the governance allowlist (CI fails).Create custom subagents for specialized AI tasks. Use when you want to create a new type of subagent, set up task-specific agents, configure code reviewers, debuggers, or domain-specific assistants with custom prompts.
Debugging specialist for errors, test failures, and unexpected behavior. Use when encountering reproducible bugs; follow reproduction steps and remove instrumentation before finishing.
Convert 'Applied intelligently' Cursor rules (.cursor/rules/*.mdc) and slash commands (.cursor/commands/*.md) to Agent Skills format (.cursor/skills/). Use when you want to migrate rules or commands to skills, convert .mdc rules to SKILL.md format, or consolidate commands into the skills directory.
Adversarial multi-model code review — launch parallel readonly reviewers on different models, then synthesize consensus vs lone findings. Do not apply fixes unless the user asks.
Reproduce reported bugs before fixing. Provide evidence of reproduction and the fix; do not stop after repro to ask the user—continue to fix.
Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor SDK - TypeScript (@cursor/sdk) or Python (cursor-sdk / cursor_sdk). Use when integrating Cursor agents programmatically; Agent.create, Agent.prompt, streaming, local vs cloud runtime, MCP, errors.