跳到主要内容
知仓学习社ZHICANG

seo-visual

Visual specialist for full audits. Captures screenshots, evaluates above-the-fold signals, and checks mobile rendering basics.

不碰外部(只输出文字)无严重或高危命中AgriciDaniel/codex-seo

它会碰到什么

扫了多少1 个文本文件,2 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Visual Specialist

Use this for the visual sub-track in full audits.

Shared Data Cache

Step 0 -- Check shared data cache:

Before gathering, check .seo-cache/ for cached data from other skills.

Reference: ../seo/references/shared-data-cache.md for schemas and dependency map.

This specialist does not require upstream cache inputs before running fresh visual checks.

  • If found: no prerequisite cache is needed; continue with current visual capture workflow
  • If missing: proceed normally and gather fresh visual data
  • If JSON is corrupt or unreadable: treat it as missing and continue normally
  • If the user says "refresh" or "re-run": ignore cache entirely

Inputs

  • URL
  • Timeout
  • Visual mode (on|off|auto)

Outputs

  • VISUAL-AUDIT-REPORT.md
  • SUMMARY.json
  • screenshots/ (if Playwright available)

Checks

  • H1 and CTA visibility above the fold
  • Mobile viewport + horizontal scroll
  • Touch target sizing and minimum font size
  • Multi-viewport screenshots

Write to shared data cache

After completing all work, write results to .seo-cache/.

mkdir -p .seo-cache/pages/{url-slug}

Write .seo-cache/pages/{url-slug}/visual.json using the schema in ../seo/references/shared-data-cache.md.

Preserve the documented top-level keys: cache_type, analyzed_at, url, url_slug, score, layout_summary, and issues.

Add extra visual detail only as supplemental fields, such as above_fold, mobile, screenshots, or notes.

Add .seo-cache/ to .gitignore if not already present:

grep -qxF '.seo-cache/' .gitignore 2>/dev/null || echo '.seo-cache/' >> .gitignore

Premium Deliverable

If the user requests a 'client report' or 'premium deliverable', automatically read ../seo-audit/assets/report-template.html and ../seo/references/premium-report-standard.md. Use that report standard as the default brief. Generate the HTML as an internal intermediate artifact, then produce the PDF as the public deliverable. Mention only the PDF in your final response unless the user explicitly asks for the HTML file.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 721
本站分层T2
该仓技能数30
原文件路径skills/seo-visual/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 30 个技能