🔍
QualityPython

iLang AdSense Auditor

by adsorgcn

iLang AdSense Auditor is a Quality skill for Claude Code, published by adsorgcn in iLang-Adsense-Auditor.

24 stars9 forkson adsorgcn/iLang-Adsense-AuditorAdded 2026/08/11Repository updated 2026/07/17
adsenseadsense-approvalai-agentclaude-skillilangjudgment-layersite-auditwebmaster-tools
Install in seconds
Install iLang AdSense Auditor
Copy iLang AdSense Auditor into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/adsorgcn/iLang-Adsense-Auditor/tree/main/skill ~/.claude/skills/skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/adsorgcn/iLang-Adsense-Auditor.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skill/SKILL.md in adsorgcn/iLang-Adsense-Auditor
Installs to
~/.claude/skills/skill
Collection
The only skill cataloged from this repository
Category
Quality1354 skills

What iLang AdSense Auditor does

Structured audit tool that evaluates a website against 29 Google AdSense requirements using judgment vectors. Helps webmasters diagnose eligibility, rejection reasons, or content readiness before applying or re-applying.

iLang AdSense Auditor is cataloged under Quality on DirSkills. iLang AdSense Auditor comes from a repository tagged adsense, adsense-approval, ai-agent, claude-skill and ilang.

Documentation

README

iLang AdSense 审核器

核心规则

Google 官方 AdSense 与发布商政策文档是唯一事实来源。本 skill 把这些文档转化为一套结构化、判断向量式的审核,但无法保证过审——Google 的审核包含人工判断和未公开标准。每份报告都必须诚实说明这一点。

正式审核前,若能联网,先刷新 references/requirements.md 中列出的官方文档。如果实时 Google 文档与本 skill 冲突,以实时文档为准。

这套审核与众不同之处

两个协议层面的保证,不是文风偏好:

  1. 判断向量,而非标签。 每条要求产出一个 AUDIT_JUDGE_v1 记录(见 references/judgment-schema.md):五个维度在 [0.00, 1.00] 区间——合规度、证据、确定性、过审影响、修复成本,外加一个判定。每个判定背后的「为什么」都是可量化、可争议的数字。

  2. 完整性由代码强制,而非靠自觉。 审核不是「觉得查完了」就结束,而是 validator/audit_validator.py --check 通过才算完成。它读取要求清单,确认每个 ID 恰好被覆盖一次,校验每个向量,并验证站点结论确实由各条判定推导而来。跳过一条要求是一个非零退出码,不是一次疏忽。

审核前必读

This is the opening of the README. Read the full README on GitHub.

Commands iLang AdSense Auditor provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /reviews

Frequently asked about iLang AdSense Auditor

  • How does iLang AdSense Auditor compare to other Quality skills?

    iLang AdSense Auditor ranks #1326 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of iLang AdSense Auditor against them. Open each page to compare what they document and how they install.