agency-auditlisted
Install: claude install-skill veyralabsgroup/veyraskills
# Agency Audit
Audit a prospect or client website end-to-end and produce a structured report an agency can use to pitch services, prioritize work, or justify recommendations.
## What this does
Six phases, each producing structured output:
1. **Web Inspection** - Extract tech stack, SEO basics, copy quality, CTAs, trust signals, performance hints
2. **Competitor Comparison** - Find 3-5 competitors, compare positioning, identify gaps
3. **Problem Map** - Rank problems by severity and impact (quick win vs. strategic)
4. **Opportunity Map** - Map problems to specific services an agency can offer
5. **Deal Strategy** - Opportunity Score, close probability, entry door service, revenue projection
6. **Proposal Draft** - Generate a pitch-ready document with problems, services, and next steps
## How to use
Pass a URL. Optionally include:
- Agency name (for branded proposal)
- Services the agency offers (to match opportunities)
- Industry context (if not obvious from the site)
Example:
```
/agency-audit https://empresa.com
```
Or with context:
```
/agency-audit https://empresa.com - somos una agencia de performance, ofrecemos SEO, Ads y diseño web
```
## Phase 1 - Web Inspection
**Goal:** Extract everything visible and structural from the website without needing server access.
```python
from scripts.web_inspector import inspect_website
data = inspect_website(url)
# Returns: tech_stack, seo_basics, copy_analysis, cta_analysis,
# trust_signals, performance_hints, mob