feat: add competitor-profiling skill#225
feat: add competitor-profiling skill#225njcameron wants to merge 3 commits intocoreyhaines31:mainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a04b00d810
ℹ️ 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".
skills/competitor-profiling/SKILL.md
Outdated
|
|
||
| ### Phase 2: SEO & Market Data (DataForSEO) | ||
|
|
||
| Use DataForSEO MCP tools to gather quantitative competitive intelligence. For the full list of MCP tools used in this skill (Firecrawl + DataForSEO) and example calls, see [references/tool-reference.md](references/tool-reference.md). |
There was a problem hiding this comment.
Remove MCP-only DataForSEO requirement
This skill currently instructs users to use “DataForSEO MCP tools,” but the repo’s own integration docs indicate DataForSEO is available via API/CLI and not via MCP (tools/REGISTRY.md tool index and tools/integrations/dataforseo.md capabilities table). In environments that follow this repository’s documented setup, this step is not executable and blocks the core profiling workflow; please switch this guidance to the supported API/CLI path (or add MCP support docs if that is now intended).
Useful? React with 👍 / 👎.
Add competitor-profiling skill
Adds a new
competitor-profilingskill for researching and profiling competitors from a list of URLs. The skill combines live site scraping (Firecrawl) with SEO and market intelligence (DataForSEO) to produce structured, comparable competitor profile documents.What it does
Given competitor URLs, the skill:
Supports both quick scan (homepage + pricing + basic SEO) and deep profile (full scrape + backlink analysis + review mining) modes.
Files
skills/competitor-profiling/SKILL.md— main skill instructionsskills/competitor-profiling/references/templates.md— full profile + summary templatesskills/competitor-profiling/references/tool-reference.md— Firecrawl + DataForSEO MCP tool reference with example callsWhy it's useful
Fills the gap between raw competitive research and downstream skills. The structured output is designed to feed directly into:
competitor-alternatives— comparison/alternative pagessales-enablement— battle cardscontent-strategy— content gap analysispricing-strategy— pricing teardownseo-audit— relative SEO benchmarking