一键导入
emmi-team-manager
Emmi team workflows: GitHub issues, branches, PRs, reviews, task splitting, release notes. Use for sprint planning, delegation, or process.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Emmi team workflows: GitHub issues, branches, PRs, reviews, task splitting, release notes. Use for sprint planning, delegation, or process.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Emmi opinionated skill kit: iterative product planning (MVP to production), UI/UX with block library, hard QA (ferdig-ferdig), testing and CI/CD, Railway-first deployment, Next.js+tRPC+Prisma+Better Auth+Tailwind, Expo+NativeWind, Turborepo, performance work, architecture, product and team management, browse, and analytics. Use when the user wants Emmi workflows, sub-skill by name, or "the kit". Read sub-skills from this repo root.
Full website SEO audit with parallel subagent delegation. Crawls up to 500 pages, detects business type, delegates to 10 specialists (7 core + 3 conditional), generates health score. Use when user says audit, full SEO check, analyze my site, or website health check.
Backlink profile analysis: referring domains, anchor text distribution, toxic link detection, competitor gap analysis. Works with free APIs (Moz, Bing Webmaster, Common Crawl) and DataForSEO extension. Use when user says backlinks, link profile, referring domains, anchor text, toxic links, link gap, link building, disavow, or backlink audit.
Generate SEO-optimized competitor comparison and alternatives pages. Covers "X vs Y" layouts, "alternatives to X" pages, feature matrices, schema markup, and conversion optimization. Use when user says "comparison page", "vs page", "alternatives page", "competitor comparison", "X vs Y", "versus", "compare competitors", or "alternative to".
Content quality and E-E-A-T analysis with AI citation readiness assessment. Use when user says "content quality", "E-E-A-T", "content analysis", "readability check", "thin content", or "content audit".
Live SEO data via DataForSEO MCP server. SERP analysis (Google, Bing, Yahoo, YouTube), keyword research (volume, difficulty, intent, trends), backlink profiles, on-page analysis (Lighthouse, content parsing), competitor analysis, content analysis, business listings, AI visibility (ChatGPT scraper, LLM mention tracking), and domain analytics. Requires DataForSEO extension installed. Use when user says "dataforseo", "live SERP", "keyword volume", "backlink data", "competitor data", "AI visibility check", "LLM mentions", or "real search data".
| name | emmi-team-manager |
| description | Emmi team workflows: GitHub issues, branches, PRs, reviews, task splitting, release notes. Use for sprint planning, delegation, or process. |
Every piece of work is a GitHub issue before it is code.
Create issues via CLI:
gh issue create --title "..." --body "..." --label "feature,s" --milestone "mvp"
gh issue list --milestone "mvp"
gh issue close 42
feat/short-description, fix/short-description, chore/short-description.#42 in the PR body.gh pr create --title "..." --body "..." --assignee "@me"
gh pr list
gh pr merge 42 --squash --delete-branch
Reviewers check:
Reviews are not style enforcement — that is what linters are for.
Every release to production gets a brief note documenting:
Write it as a GitHub release or in the plan doc. One paragraph is enough for small releases.
gh release create v1.2.0 --title "v1.2.0" --notes "..."