ilang-adsense-auditor
Solid用 I-Lang v5.0 判断层审核一个网站是否具备申请 Google AdSense 的条件。每条要求输出一个结构化判断向量,站点结论遵循屏障规则(一个阻断项即一票否决),完整性由代码强制,保证没有任何一条要求被跳过。当用户想知道网站能否申请 AdSense、能否通过审核、能否投放广告,或需要诊断 AdSense 被拒、"网站尚未准备好"、"内容价值偏低"等问题时,使用本 skill。
Install
Quality Score: 79/100
Skill Content
Details
- Author
- adsorgcn
- Repository
- adsorgcn/iLang-Adsense-Auditor
- Created
- 1 weeks ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
credit-qa-verifier
Use when verifying a Chinese fixed-income credit report or analysis — checking a work path's quality gates, enforcing the mandatory signal-density rules (no numeric score below the density floor), the one-shot-veto CCC ceiling, Mode B anti-hallucination guardrails, and single-source-of-truth compliance (no invented thresholds). Triggers on '质检', '复核这份报告', '检查一下有没有问题', '质量门', or as the final step after report generation. Reads engine documents as the rule source; never relaxes a gate.
skill-deep-audit
Generic skill-quality auditor for any agent skill (Claude, OpenClaw, Cursor, etc.). Runs a 7-dimension static analysis (D1 process closure & idempotency, D2 tool/command conventions, D3 portability & defense, D4 skill usability, D5 security & op risk, D6 code & doc quality, D7 dependency & footprint) with explicit ERR / WARN severity, 115-point scoring (pass line 90 + zero ERR), and an opt-in `--fix` workflow that always backs up first. Two depths: L1 static (~2 min) and L2 dryRun (~5 min, read-only hub + reachability checks). Strict red lines — read-only by default, never executes the audited skill's writes. Use when the user asks to "audit a skill", "check skill quality", "is this skill ready to ship", "lint my skill", or runs this tool by name. Triggers also: "审计这个 Skill"、"检查 Skill 质量"、"Skill 能上线吗"、 "skill-deep-audit"、"审一下 xxx skill"。
lls-skill-security-auditor
安装前对 Skill 做静态证据审计、权限建模和人工复核,不把一次扫描当作安全证明。 当用户需要把相关任务变成有证据、可验证的交付时使用。