Agent Skillsfengshao1227/ccg-workflow › adsense-site-auditor

adsense-site-auditor

GitHub

用于审计网站是否符合 Google AdSense 申请资格及广告展示合规性。通过检查内容质量、导航、爬虫访问、隐私政策等,生成详细审计报告以辅助申请或解决拒审问题。

templates/skills/adsense-site-auditor/SKILL.md fengshao1227/ccg-workflow

Trigger Scenarios

用户询问网站能否申请 AdSense 需要检查网站是否满足 AdSense 准入条件 分析 AdSense 拒审原因或准备重新申请 检查网站广告展示合规性

Install

npx skills add fengshao1227/ccg-workflow --skill adsense-site-auditor -g -y
More Options

Non-standard path

npx skills add https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/adsense-site-auditor -g -y

Use without installing

npx skills use fengshao1227/ccg-workflow@adsense-site-auditor

指定 Agent (Claude Code)

npx skills add fengshao1227/ccg-workflow --skill adsense-site-auditor -a claude-code -g -y

安装 repo 全部 skill

npx skills add fengshao1227/ccg-workflow --all -g -y

预览 repo 内 skill

npx skills add fengshao1227/ccg-workflow --list

SKILL.md

Frontmatter
{
    "name": "adsense-site-auditor",
    "license": "MIT",
    "description": "Audit websites for Google AdSense application readiness and ad-serving compliance. Use when checking whether a site is likely to satisfy AdSense eligibility, site ownership, content quality, navigation, crawler access, ads.txt, privacy disclosure, Google Publisher Policies, AdSense Program policies, or when the user asks if a site can apply for AdSense, pass AdSense review, show ads, or fix AdSense rejection\/site-not-ready issues.",
    "allowed-tools": "Read, Glob, Grep, Bash, WebFetch",
    "argument-hint": "[site URL or local project path]",
    "user-invocable": true
}

AdSense Site Auditor

Core Rule

Use Google AdSense and Google Publisher official documentation as the source of truth. This skill converts those docs into an actionable website audit, but it cannot guarantee approval.

Before a serious audit, refresh the official docs when internet access is available because AdSense policies can change. If live docs conflict with this skill, the live Google docs win.

Every audit must explicitly evaluate every checklist item in references/adsense-requirements.md. Do not sample, summarize, or check only likely problem areas. For each requirement ID, assign exactly one status: Pass, Fail, Unknown, or N/A. Use N/A only when the requirement truly does not apply to the site type or monetization mode, and state why.

Required Reference

Read references/adsense-requirements.md before auditing. It contains the full checklist, severity mapping, and source URLs.

For user-facing invocation examples and reusable prompts, read references/usage-prompts.md when the user asks how to use this skill, asks for prompt templates, or needs an audit request template.

Audit Workflow

  1. Identify the target:

    • Live URL/domain, repo path, or both.
    • Whether the audit is pre-application, post-rejection, or ad-serving cleanup.
    • Whether the site is a normal website, CMS/blog, directory, ecommerce, tool/app, UGC site, video site, or login-gated product.
  2. Gather evidence:

    • Crawl the homepage and representative content pages.
    • Check robots.txt, sitemap, canonical URLs, redirects, HTTP status, login walls, WAF/geoblocking symptoms, and whether important pages render without POST-only state.
    • Inspect privacy policy, about/contact/ownership signals, navigation, content depth, ad/affiliate density, copied or embedded-only content, and unsupported/prohibited content risks.
    • If repo access exists, inspect templates/routes/content sources rather than only the rendered homepage.
  3. Classify findings:

    • Blocker: likely to prevent application approval or violate a hard policy.
    • High: meaningful approval or ad-serving risk.
    • Medium: quality, crawlability, UX, disclosure, or evidence gap that should be fixed before applying.
    • Pass: checked with evidence.
    • Unknown: cannot verify from available access; state exactly what is needed.
    • N/A: not applicable; state the site condition that makes it irrelevant.
  4. Produce an audit report:

    • Executive decision: Ready, Not ready, or Ready after fixes.
    • Findings first, ordered by severity.
    • For each finding: requirement ID, issue, evidence, official basis, exact fix.
    • Include a final exhaustive checklist table covering every requirement ID, with Pass/Fail/Unknown/N/A, evidence, and next action.

Implementation Guidance

Prefer concrete checks over generic advice. Examples:

  • Say robots.txt blocks Mediapartners-Google instead of crawler issue.
  • Say article pages are mostly scraped snippets with no added commentary instead of thin content.
  • Say ads or affiliate blocks exceed the main content area above the fold instead of too many ads.
  • Say privacy policy does not disclose third-party ad cookies or Google data use instead of privacy policy incomplete.

Do not advise applying until all Blockers are resolved and High risks have either been fixed or explicitly accepted.

Completeness Gate

Before finishing, count the requirement IDs in references/adsense-requirements.md and compare them with the IDs in the final checklist. If any ID is missing, the audit is incomplete. Add the missing rows before giving a final readiness decision.

Version History

  • 6aa059b Current 2026-08-28 16:54

Same Skill Collection

.agents/skills/openspec-apply-change/SKILL.md
.agents/skills/openspec-archive-change/SKILL.md
.agents/skills/openspec-bulk-archive-change/SKILL.md
.agents/skills/openspec-continue-change/SKILL.md
.agents/skills/openspec-explore/SKILL.md
.agents/skills/openspec-ff-change/SKILL.md
.agents/skills/openspec-new-change/SKILL.md
.agents/skills/openspec-onboard/SKILL.md
.agents/skills/openspec-sync-specs/SKILL.md
.agents/skills/openspec-verify-change/SKILL.md
templates/skills/bt-panel/SKILL.md
templates/skills/domains/ai/SKILL.md
templates/skills/domains/architecture/SKILL.md
templates/skills/domains/data-engineering/SKILL.md
templates/skills/domains/development/SKILL.md
templates/skills/domains/devops/SKILL.md
templates/skills/domains/frontend-design/claymorphism/SKILL.md
templates/skills/domains/frontend-design/glassmorphism/SKILL.md
templates/skills/domains/frontend-design/liquid-glass/SKILL.md
templates/skills/domains/frontend-design/neubrutalism/SKILL.md
templates/skills/domains/frontend-design/SKILL.md
templates/skills/domains/infrastructure/SKILL.md
templates/skills/domains/mobile/SKILL.md
templates/skills/domains/orchestration/SKILL.md
templates/skills/domains/security/SKILL.md
templates/skills/domains/seo/SKILL.md
templates/skills/impeccable/adapt/SKILL.md
templates/skills/impeccable/animate/SKILL.md
templates/skills/impeccable/arrange/SKILL.md
templates/skills/impeccable/audit/SKILL.md
templates/skills/impeccable/bolder/SKILL.md
templates/skills/impeccable/clarify/SKILL.md
templates/skills/impeccable/colorize/SKILL.md
templates/skills/impeccable/critique/SKILL.md
templates/skills/impeccable/delight/SKILL.md
templates/skills/impeccable/distill/SKILL.md
templates/skills/impeccable/extract/SKILL.md
templates/skills/impeccable/harden/SKILL.md
templates/skills/impeccable/normalize/SKILL.md
templates/skills/impeccable/onboard/SKILL.md
templates/skills/impeccable/optimize/SKILL.md
templates/skills/impeccable/overdrive/SKILL.md
templates/skills/impeccable/polish/SKILL.md
templates/skills/impeccable/quieter/SKILL.md
templates/skills/impeccable/teach-impeccable/SKILL.md
templates/skills/impeccable/typeset/SKILL.md
templates/skills/orchestration/multi-agent/SKILL.md
templates/skills/scrapling/SKILL.md
templates/skills/seo-page-builder/SKILL.md

Metadata

Files
0
Version
6aa059b
Hash
d92ca8b9
Indexed
2026-08-28 16:54

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-29 09:17
浙ICP备14020137号-1 $Гость$