From 138dc3a9beaa4c1d5dbd01f7253a43807fda0ba1 Mon Sep 17 00:00:00 2001 From: njcameron <1101879+njcameron@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:08:50 +0000 Subject: [PATCH] chore: remove PR_DESCRIPTION.md --- PR_DESCRIPTION.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 PR_DESCRIPTION.md diff --git a/PR_DESCRIPTION.md b/PR_DESCRIPTION.md deleted file mode 100644 index f4a7b56..0000000 --- a/PR_DESCRIPTION.md +++ /dev/null @@ -1,30 +0,0 @@ -# Add competitor-profiling skill - -Adds a new `competitor-profiling` skill 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: - -1. Maps each competitor's site and scrapes key pages (homepage, pricing, features, about, customers, integrations, changelog) -2. Pulls SEO and market data — domain authority, backlinks, ranked keywords, organic traffic, top pages, and adjacent competitors -3. Optionally mines review sites (G2, Capterra, Product Hunt, TrustRadius) for sentiment and themes -4. Synthesizes everything into a consistent profile template, plus a cross-competitor summary doc - -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 instructions -- `skills/competitor-profiling/references/templates.md` — full profile + summary templates -- `skills/competitor-profiling/references/tool-reference.md` — Firecrawl + DataForSEO MCP tool reference with example calls - -## Why 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 pages -- `sales-enablement` — battle cards -- `content-strategy` — content gap analysis -- `pricing-strategy` — pricing teardown -- `seo-audit` — relative SEO benchmarking