google-ads-audit

仓库创建 2026年3月27日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

为后续投放优化与自动化提供结构化上下文,适合广告运营

▸ 风险提示

需要访问 Google Ads 账户数据,涉及敏感授权凭据

这个 Skill 做什么

诊断 Google Ads 账户健康并保存业务上下文供其它广告技能复用(只读)。

对 Google Ads 账户做一次只读体检,收集业务上下文、分析投放健康并把结果存成别的广告技能可复用的配置。不会直接改动账户,只给出优先级修复建议和后续工具所需的 business-context。适合首次接手账户或其它广告工具提示缺少上下文时先运行。

▸ 展开 SKILL.md 英文原文

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should I fix in my ads", or when the user is new to NotFair and hasn't run an audit before. Also trigger proactively when other ads skills detect that business-context.json is missing.

垂直行业谷歌广告账号诊断广告审计Claude Code
3.3k
Stars
406
Forks
28
仓库内 Skill
+216
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nowork-studio/NotFair/main/google-ads/audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nowork-studio/NotFair/main/google-ads/audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Google Ads Audit

Diagnose account health and persist business context for downstream skills (`/google-ads`, `/google-ads-copy`, `/google-ads-landing`). **Read-only** — never mutates the account. The user runs `/google-ads` to execute fixes you recommend.

## Setup

Follow `../shared/preamble.md` (MCP detection, account selection) and `../shared/analysis-principles.md` (evidence requirement, guardrails). Both apply throughout this skill.

## Filesystem contract (must persist)

| Artifact | Path | When |
|---|---|---|
| Business context | `{data_dir}/business-context.json` | First full audit, or refresh when `audit_date` is >90 days old. Skip on scoped audits if file is fresh. |
| Personas 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有