Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

google-ads-auditGoogle ADS 审核

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

329

周安装

14

GitHub Stars

公开资料未说明

下载量

115
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:google-ads-audit(Google ADS 审核)
来源仓库:https://github.com/schlsn/skills
仓库路径:skills/google-ads-audit
安装命令:
npx skills add https://github.com/schlsn/skills --skill google-ads-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/schlsn/skills --skill google-ads-audit

简介

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。

  • 它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。
  • 使用时不能把工具输出直接当最终结论,google-ads-audit 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 涉及密钥、令牌、用户数据或生产系统时, 应先确认最小权限、脱敏方式和操作边界。

SKILL.md

Google Ads Account Audit

Perform comprehensive Google Ads audits producing prioritized, actionable recommendations.

Workflow Overview

  1. Data intake - Load and parse Google Ads export data
  2. Structure analysis - Evaluate naming conventions and organization
  3. Quality Score audit - Calculate weighted QS, find optimization opportunities
  4. Keyword & Search Term analysis - Identify waste and scaling opportunities
  5. Ad evaluation - Check RSA adoption, Ad Strength, relevance
  6. Extensions audit - Verify coverage across campaigns
  7. Display/Placement review - Analyze placement distribution (if applicable)
  8. Landing page assessment - Evaluate relevance and best practices
  9. Anomaly detection - Flag unusual patterns
  10. Generate outputs - Create roadmap document + Excel summary

Data Sources

Option 1: Manual CSV Export

Request these reports from Google Ads (CSV/Excel):

ReportRequired Columns
CampaignsCampaign, Type, Status, Cost, Conversions, Conv. Value, Impressions, Clicks, Impr. Share
Ad GroupsCampaign, Ad Group, Status, Cost, Conversions, CPA, Clicks, Impr. Share
KeywordsCampaign, Ad Group, Keyword, Match Type, Status, QS, Cost, Conversions, CPA, Clicks, Impressions, Impr. Share
Search TermsCampaign, Ad Group, Search Term, Match Type, Cost, Conversions, CPA, Clicks, Added/Excluded
AdsCampaign, Ad Group, Ad Type, Status, Ad Strength, Headlines, Descriptions, Final URL
ExtensionsCampaign, Extension Type, Status
Placements (Display)Campaign, Placement, Type, Cost, Conversions

Option 2: Google Ads API (Recommended)

For automated data extraction, see references/google-ads-api.md.

Benefits:

  • Complete data without manual export
  • Consistent column naming
  • Can include historical comparisons
  • Automatable for recurring audits

Analysis Modules

1. Account Structure & Naming

Evaluate naming conventions for clarity:

  • Brand vs Non-brand - Clear separation (e.g., [Brand], [NB], _brand_, _generic_)
  • Campaign types - Identifiable (Search, Display, PMax, Shopping)
  • Geographic/Language - If applicable, marked in names
  • Consistency - Same pattern across account

Output: Structure score (1-10) + specific naming issues

2. Quality Score Analysis

See references/quality-score.md for weighted average calculation and distribution analysis.

Key outputs:

  • QS Distribution: Cost/Conv % by QS level (1-10)
  • Efficiency analysis: Low QS (1-6) vs High QS (7-10) spend efficiency
  • Weighted QS by campaign and ad group
  • High-spend + low-QS keywords (improvement opportunities)
  • QS component breakdown (Expected CTR, Ad Relevance, Landing Page)
  • Estimated savings from QS improvements

Typical finding: 31% cost on QS < 7 yields only 19% conversions

3. Keywords & Search Terms

See references/keyword-analysis.md for detailed methodology.

Identify:

  • Pause candidates: High spend, low/no conversions, high CPA
  • Scale candidates: Low CPA + low impression share
  • Zero-impression keywords: No activity in analysis period
  • Keyword overlap: Same keywords across ad groups
  • Search term relevance: Deviation from target keywords

3b. Match Type & Cross-Campaign Overlap

See references/match-type-overlap.md for detailed analysis.

Match Type Performance:

  • Analyze cost vs conversion distribution by match type
  • Calculate efficiency ratio (Conv% / Cost%)
  • Typical finding: Exact match delivers 70% conv for 45% cost

Cross-Campaign Overlap:

  • Detect same search terms triggering multiple campaigns
  • Identify brand terms leaking to generic campaigns
  • Find cannibalization between campaigns

Recommendations focus:

  • Increase exact match keyword coverage
  • Add negative keywords for brand protection
  • Use phrase match for specific, high-intent terms

4. Ads Evaluation

See references/ads-evaluation.md for detailed methodology.

RSA Count Analysis:

  • Check RSA count per ad group (target: 1-2 max)
  • Flag ad groups with 3+ RSAs (data dilution)

Ad Strength Distribution:

  • Analyze spend % by Ad Strength rating
  • Typical issue: 52% spend on Poor RSAs, only 5% on Excellent/Good
  • Priority: Optimize RSAs with high spend + low strength

Check for each campaign/ad group:

  • RSA adoption (best practice = RSA only, no legacy ETA)
  • Ad Strength rating (Poor/Average/Good/Excellent)
  • Number of headlines (target: 15) and descriptions (target: 4)
  • Pin usage (excessive pinning = Bad)

LLM Relevance Check: Compare ad copy to ad group keywords:

  • Headlines contain target keywords or close variants?
  • Descriptions address user intent?
  • CTAs present and clear?

Recommendations:

  • Optimize Poor/Average RSAs to Good/Excellent
  • Add more headlines/descriptions with keywords
  • Reduce RSA count to 1-2 per ad group
  • Keep high-performing legacy ETAs if data supports

5. Extensions Audit

See references/extensions-placements.md for coverage matrix and best practices.

Required extensions per campaign type:

ExtensionSearchDisplayPMax
Sitelinks-
Callouts-
Structured Snippets--
CallIndustry-dependent--
LocationLocal business-
Image--

Output: Missing extensions matrix

6. Display Placements (if applicable)

See references/extensions-placements.md for placement categorization.

Analyze placement distribution:

  • % spend on apps vs websites vs YouTube
  • High-spend low-converting placements
  • Placement exclusion recommendations

7. Landing Pages

Evaluate:

  • URL diversity (one URL vs personalized per ad group)
  • HTTPS usage
  • Page load indicators (if available)
  • Keyword relevance to landing page (from URL/path analysis)

8. Rejected Items

List all disapproved:

  • Ads
  • Keywords
  • Extensions

With rejection reasons and fix recommendations.

9. Anomaly Detection

Flag:

  • Sudden spend spikes in search terms
  • New high-volume search terms
  • CTR anomalies (very high or very low)
  • CPA outliers

Key Metrics Reference

MetricGoodWarningBad
Quality Score≥75-6≤4
Search Impr. Share>80%50-80%<50%
CTR (Search)>5%2-5%<2%
Ad StrengthExcellent/GoodAveragePoor

Output Generation

1. Executive Summary (Markdown/DOCX)

Structure:

# Google Ads Audit: [Account Name]
Date: [Date]

## Executive Summary
[2-3 sentence overview of account health]

## Priority Roadmap
### Immediate (This Week)
1. [Action] - [Impact] - [Effort]
...

### Short-term (This Month)
...

### Medium-term (This Quarter)
...

## Detailed Findings
[Section per analysis module]

## Appendix
[Methodology notes]

2. Excel Workbook

Create workbook with sheets:

  • Summary - Key metrics dashboard
  • Structure - Naming issues
  • Quality Score - Weighted QS by campaign/ad group
  • Keywords - Pause/scale recommendations
  • Search Terms - Top spenders + relevance
  • Ads - Ad Strength + recommendations
  • Extensions - Coverage matrix
  • Placements - If Display campaigns present
  • Roadmap - Prioritized actions

See references/excel-template.md for column specifications.

Priority Scoring

Score each recommendation:

  • Impact: High (3) / Medium (2) / Low (1)
  • Effort: Low (3) / Medium (2) / High (1)
  • Priority Score = Impact × Effort

Sort roadmap by priority score descending.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.61%
按下载量换算38

Claude

30.24%
按下载量换算35

Cursor

19.83%
按下载量换算23

Gemini CLI

8.51%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills