基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/marian2js/opengoat --skill og-boards命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," or "how long should I run this test." Use this whenever someone is comparing two approaches and wants to measure which performs better. For tracking implementation, see analytics-tracking. For page-level conversion optimization, see page-cro.
"When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative testing,' 'ad performance optimization,' 'write me some ads,' 'Facebook ad copy,' 'Google ad headlines,' 'LinkedIn ad text,' or 'I need more ad variations.' Use this whenever someone needs to produce ad copy at scale or iterate on existing ads. For campaign strategy and targeting, see paid-ads. For landing page copy, see copywriting."
"When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' or 'optimize for Claude/Gemini.' Use this whenever someone wants their content to be cited or surfaced by AI assistants and AI search engines. For traditional technical and on-page SEO audits, see seo-audit. For structured data implementation, see schema-markup."
| name | og-boards |
| description | Use when you need to create, inspect, or update task boards |
| metadata | {"version":"1.0.0"} |
Use this skill for task board operations.
opengoat.Your agent id is <me>.
opengoat task list --as <me>
opengoat task list --as <me> --json
opengoat task show <task-id>
opengoat task show <task-id> --json
opengoat task create \
--owner <me> \
--assign <me> \
--title "<verb>: <deliverable>" \
--description "<context + deliverable + acceptance criteria>"
Valid statuses: todo, doing, pending, blocked, done.
opengoat task status <task-id> doing --as <me>
opengoat task status <task-id> done --as <me>
pending and blocked require --reason:
opengoat task status <task-id> blocked --reason "Waiting for API token from platform team." --as <me>
opengoat task status <task-id> pending --reason "Waiting for review window." --as <me>
opengoat task blocker add <task-id> "Blocked by <thing>. Unblocks when <condition>." --as <me>
opengoat task artifact add <task-id> "PR: <link> | Docs: <link> | Output: <summary>" --as <me>
opengoat task worklog add <task-id> "Did X. Next: Y. Risk: Z." --as <me>
task list --as <me>).task show <task-id> --json).doing when active.done and include at least one artifact proving completion.