[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-addyosmani-web-quality-audit-zh-CN":3,"guides-for-addyosmani-web-quality-audit":423,"similar-k173p0pn3pgceyxbm1kczpbkd186nscr-zh-CN":424},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":241,"isFallback":225,"parentExtension":246,"providers":301,"relations":305,"repo":307,"tags":420,"workflow":421},1778670112858.8066,"k173p0pn3pgceyxbm1kczpbkd186nscr",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"全面的网站质量审核，涵盖性能、可访问性、SEO和最佳实践。当被要求“审核我的网站”、“检查网站质量”、“运行Lighthouse审核”、“检查页面质量”或“优化我的网站”时使用。",{"claudeCode":12},"addyosmani/web-quality-skills","web-quality-audit","https://github.com/addyosmani/web-quality-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":239},1778670657033.3782,"kn7bncmv425a66qfcz95nvkb2d86m0fb","zh-CN",{"checks":20,"evaluatedAt":191,"extensionSummary":192,"features":193,"nonGoals":199,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"tier":217,"useCases":218},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,90,94,99,103,107,110,113,116,120,123,126,129,132,134,137,141,145,149,152,156,159,162,165,168,172,175,178,181,184,188],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","描述清楚地说明了评估网站质量的问题，并命名了特定的用户意图，如“审核我的网站”和“优化我的网站”。",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","该技能实现了基于Lighthouse的全面审核，通过执行特定检查并提供可操作的建议，提供了超越基本LLM能力的功能。",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","该技能似乎已准备好投入生产，涵盖了网站质量的完整审核生命周期，并提供了可操作的建议。",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","该技能专注于网站质量审核，以连贯的方式涵盖性能、可访问性、SEO和最佳实践。",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","描述准确地反映了技能的能力，涵盖了性能、可访问性、SEO和最佳实践，并带有清晰的触发短语。",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","analyze.sh脚本执行特定的HTML检查，而不是接受任意命令，确保了执行的专注性。",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","该技能是一个脚本，接受单个路径参数，没有复杂的配置或需要记录的参数。",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","主脚本名为analyze.sh，这对于其在技能中的功能具有描述性。",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","脚本接受文件或目录路径作为输入，并输出结构化的JSON，仅请求必要的数据并返回集中的结果。",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","MIT许可证在LICENSE文件中已清楚声明，并在SKILL.md frontmatter中引用。",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","最后一次提交是在2026年5月9日，这是最近的。",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","该脚本除了jq之外没有外部依赖项，jq是一个常见的实用程序，并且已经检查了其存在性。",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","该技能是只读的，不处理或暴露任何秘密。",{"category":66,"check":70,"severity":24,"summary":71},"Injection","脚本分析本地HTML文件，不加载外部数据或代码，从而降低了注入风险。",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","该技能仅操作本地文件，在运行时不获取任何外部内容。",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","脚本是只读的，并且不在其执行上下文之外修改任何文件。",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","脚本不包含任何分离的进程启动或拒绝重试循环。",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","该技能是只读的，并且不进行任何出站网络调用。",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","捆绑的脚本和markdown文件不包含任何隐藏的引导技巧或混淆内容。",{"category":66,"check":88,"severity":24,"summary":89},"Opaque code execution","analyze.sh脚本是纯bash脚本，没有混淆。",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","脚本可以优雅地处理文件和目录输入，并检查目标是否存在。",{"category":95,"check":96,"severity":97,"summary":98},"Trust","Issues Attention","warning","过去90天内打开了1个问题，关闭了0个问题，表明对新问题的响应缓慢。",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","在SKILL.md frontmatter中声明了一个有意义的版本（'1.0'）。",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","脚本验证输入路径并检查jq是否存在。",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","脚本是只读的，不执行任何破坏性操作。",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","脚本使用set -euo pipefail和自定义fail函数来提供结构化的JSON错误输出。",{"category":104,"check":114,"severity":24,"summary":115},"Logging","脚本将进度消息记录到stderr，并将结构化的JSON输出到stdout。",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","该技能仅操作本地文件内容，不处理个人数据。",{"category":117,"check":121,"severity":24,"summary":122},"Target market","该技能操作本地HTML文件，没有地域限制。",{"category":91,"check":124,"severity":24,"summary":125},"Runtime stability","脚本是用bash编写的，依赖于jq，它们是标准实用程序，可确保跨平台兼容性。",{"category":44,"check":127,"severity":24,"summary":128},"README","README文件清楚地说明了扩展的目的，提供了安装说明，并详细介绍了可用的技能。",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","这是一个单工具技能。",{"category":40,"check":133,"severity":46,"summary":131},"Overlapping near-synonym tools",{"category":44,"check":135,"severity":24,"summary":136},"Phantom features","README和SKILL.md中描述的所有功能在脚本中都有相应的实现。",{"category":138,"check":139,"severity":24,"summary":140},"Install","Installation instruction","README提供了各种环境的清晰安装说明，包括直接调用示例。",{"category":142,"check":143,"severity":24,"summary":144},"Errors","Actionable error messages","脚本提供清晰的错误消息，包含类型、原因和补救建议。",{"category":146,"check":147,"severity":24,"summary":148},"Execution","Pinned dependencies","该脚本没有第三方依赖项，并使用shebang声明了其解释器。",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","脚本是只读的，不执行任何状态更改操作。",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","该技能是只读的，不执行任何需要重试或超时的时间状态更改操作或网络调用。",{"category":117,"check":157,"severity":24,"summary":158},"Telemetry opt-in","该技能不发出任何遥测数据。",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","该技能的目的被明确定义为网站质量审核，并使用触发短语和范围指定了其用法。",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","SKILL.md中的frontmatter简洁明了，有效总结了核心功能和触发短语。",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","SKILL.md的正文结构良好，且在行数限制内，详细信息推迟到引用。",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","SKILL.md概述了程序，并链接到其他markdown文件以获取详细的指南和参考。",{"category":169,"check":173,"severity":46,"summary":174},"Forked exploration","此技能执行集中的审核，不涉及需要fork的深度探索。",{"category":22,"check":176,"severity":24,"summary":177},"Usage examples","README中提供了足够的示例，演示了调用和预期结果。",{"category":22,"check":179,"severity":24,"summary":180},"Edge cases","脚本处理缺失的目标和依赖项等边缘情况，文档也概述了失败模式。",{"category":104,"check":182,"severity":46,"summary":183},"Tool Fallback","该技能不依赖于外部MCP服务器或具有回退的工具。",{"category":185,"check":186,"severity":24,"summary":187},"Safety","Halt on unexpected state","脚本使用set -euo pipefail和显式检查来停止处理意外状态并报告错误。",{"category":91,"check":189,"severity":24,"summary":190},"Cross-skill coupling","该技能是独立的，不隐式依赖于其他技能，尽管它确实交叉引用了相关技能。",1778670582229,"此技能使用bash脚本执行详细的网站质量审核，该脚本分析HTML文件在性能、可访问性、SEO和最佳实践方面的问题，并以结构化的JSON格式输出发现。",[194,195,196,197,198],"执行4个类别中的150多个检查","分析HTML以检查质量问题","按严重程度对发现进行分类","提供可操作的建议","输出结构化的审核结果",[200,201,202,203],"执行实际的网站优化","与外部Web服务或API交互","修改网站代码或文件","提供实时性能监控","3.0.0","4.4.0","提供全面的网站质量审核，涵盖性能、可访问性、SEO和最佳实践，使用户能够识别和修复其网站上的关键问题。","高分反映了出色的文档、清晰的目标和强大的错误处理。关于问题响应缓慢的一个警告略微降低了分数，使其未能达到满分100分。",97,"一项高质量、文档齐全的技能，用于进行全面的网站质量审核。",[211,212,213,214,215,216],"web-quality","auditing","performance","accessibility","seo","lighthouse","community",[219,220,221,222],"审核网站的整体质量","审查特定页面的性能和可访问性","检查SEO最佳实践","识别安全漏洞和代码质量改进",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":236,"testCoverage":238},{"hasLockfile":225},false,1778670564364,{"descriptionLength":228,"readmeSize":229},222,8433,{"closedIssues90d":8,"forks":231,"hasChangelog":225,"manifestVersion":232,"openIssues90d":233,"pushedAt":234,"stars":235},171,"1.0",1,1778365548000,1927,{"hasNpmPackage":225,"license":237,"smitheryVerified":225},"MIT",{"hasCi":225,"hasTests":225},{"updatedAt":240},1778670657033,{"basePath":242,"githubOwner":243,"githubRepo":244,"locale":18,"slug":13,"type":245},"skills/web-quality-audit","addyosmani","web-quality-skills","skill",{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":253,"parentExtension":257,"providers":287,"relations":296,"tags":297,"workflow":298},1778669911998.9329,"k17evfk27b0hwd73j3s2d9ng1s86ntdb",{"reviewCount":8},{"description":251,"installMethods":252,"name":244,"sourceUrl":14},"Agent Skills for optimizing web projects against Google Lighthouse, Core Web Vitals, WCAG 2.2, and modern SEO — performance, accessibility, SEO, and best practices.",{"claudeCode":244},{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":255,"slug":244,"type":256},"","en","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":267,"relations":280,"tags":282,"workflow":283},1778669911998.9326,"k177nfhtd4nsnawr0k2tqwv9nx86m0p8",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"sourceUrl":14},"Agent Skills for optimizing web projects against Google Lighthouse, Core Web Vitals, WCAG 2.2, and modern SEO.",{"claudeCode":12},"addy-web-quality-skills",{"basePath":254,"githubOwner":243,"githubRepo":244,"locale":255,"slug":244,"type":266},"marketplace",{"evaluate":268,"extract":275},{"promptVersionExtension":269,"promptVersionScoring":205,"score":270,"tags":271,"targetMarket":274,"tier":217},"3.1.0",75,[272,216,214,215,273,211],"web-performance","core-web-vitals","global",{"commitSha":276,"marketplace":277,"plugin":278},"HEAD",{"name":264,"pluginCount":233},{"mcpCount":8,"provider":279,"skillCount":8},"classify",{"repoId":281},"kd7enw4egr4ry8k3qvzs9kq6f186mas7",[214,273,216,215,272,211],{"evaluatedAt":284,"extractAt":285,"updatedAt":286},1778670420728,1778669911999,1778670657782,{"evaluate":288,"extract":293},{"promptVersionExtension":204,"promptVersionScoring":205,"score":289,"tags":290,"targetMarket":274,"tier":292},95,[291,213,214,215,216,211],"web-development","verified",{"commitSha":276,"license":237,"plugin":294},{"mcpCount":8,"provider":279,"skillCount":295},6,{"parentExtensionId":259,"repoId":281},[214,216,213,215,291,211],{"evaluatedAt":299,"extractAt":285,"updatedAt":300},1778670460132,1778670657949,{"evaluate":302,"extract":304},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":303,"targetMarket":274,"tier":217},[211,212,213,214,215,216],{"commitSha":276},{"parentExtensionId":248,"repoId":281,"translatedFrom":306},"k1765v01gdxvwkw4cm23bg0tmd86n6ec",{"_creationTime":308,"_id":281,"identity":309,"providers":310,"workflow":416},1778669907395.611,{"githubOwner":243,"githubRepo":244,"sourceUrl":14},{"classify":311,"discover":406,"github":409},{"commitSha":276,"extensions":312},[313,322,333,354,366,374,383,390,397],{"basePath":314,"displayName":244,"installMethods":315,"rationale":316,"selectedPaths":317,"source":321,"sourceLanguage":255,"type":266},".agents/plugins",{"claudeCode":12},"marketplace.json at .agents/plugins/marketplace.json",[318],{"path":319,"priority":320},"marketplace.json","mandatory","rule",{"basePath":254,"description":262,"displayName":264,"installMethods":323,"rationale":324,"selectedPaths":325,"source":321,"sourceLanguage":255,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[326,328,330],{"path":327,"priority":320},".claude-plugin/marketplace.json",{"path":329,"priority":320},"README.md",{"path":331,"priority":332},"LICENSE","high",{"basePath":254,"description":251,"displayName":244,"installMethods":334,"license":237,"rationale":335,"selectedPaths":336,"source":321,"sourceLanguage":255,"type":256},{"claudeCode":244},"plugin manifest at .claude-plugin/plugin.json (coalesced with duplicate plugin at codex)",[337,339,340,341,344,346,348,350,352],{"path":338,"priority":320},".claude-plugin/plugin.json",{"path":329,"priority":320},{"path":331,"priority":332},{"path":342,"priority":343},"skills/accessibility/SKILL.md","medium",{"path":345,"priority":343},"skills/best-practices/SKILL.md",{"path":347,"priority":343},"skills/core-web-vitals/SKILL.md",{"path":349,"priority":343},"skills/performance/SKILL.md",{"path":351,"priority":343},"skills/seo/SKILL.md",{"path":353,"priority":343},"skills/web-quality-audit/SKILL.md",{"basePath":355,"description":356,"displayName":214,"installMethods":357,"rationale":358,"selectedPaths":359,"source":321,"sourceLanguage":255,"type":245},"skills/accessibility","Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to \"improve accessibility\", \"a11y audit\", \"WCAG compliance\", \"screen reader support\", \"keyboard navigation\", or \"make accessible\".",{"claudeCode":12},"SKILL.md frontmatter at skills/accessibility/SKILL.md",[360,362,364],{"path":361,"priority":320},"SKILL.md",{"path":363,"priority":343},"references/A11Y-PATTERNS.md",{"path":365,"priority":343},"references/WCAG.md",{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":321,"sourceLanguage":255,"type":245},"skills/best-practices","Apply modern web development best practices for security, compatibility, and code quality. Use when asked to \"apply best practices\", \"security audit\", \"modernize code\", \"code quality review\", or \"check for vulnerabilities\".","best-practices",{"claudeCode":12},"SKILL.md frontmatter at skills/best-practices/SKILL.md",[373],{"path":361,"priority":320},{"basePath":375,"description":376,"displayName":273,"installMethods":377,"rationale":378,"selectedPaths":379,"source":321,"sourceLanguage":255,"type":245},"skills/core-web-vitals","Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to \"improve Core Web Vitals\", \"fix LCP\", \"reduce CLS\", \"optimize INP\", \"page experience optimization\", or \"fix layout shifts\".",{"claudeCode":12},"SKILL.md frontmatter at skills/core-web-vitals/SKILL.md",[380,381],{"path":361,"priority":320},{"path":382,"priority":343},"references/LCP.md",{"basePath":384,"description":385,"displayName":213,"installMethods":386,"rationale":387,"selectedPaths":388,"source":321,"sourceLanguage":255,"type":245},"skills/performance","Optimize web performance for faster loading and better user experience. Use when asked to \"speed up my site\", \"optimize performance\", \"reduce load time\", \"fix slow loading\", \"improve page speed\", or \"performance audit\".",{"claudeCode":12},"SKILL.md frontmatter at skills/performance/SKILL.md",[389],{"path":361,"priority":320},{"basePath":391,"description":392,"displayName":215,"installMethods":393,"rationale":394,"selectedPaths":395,"source":321,"sourceLanguage":255,"type":245},"skills/seo","Optimize for search engine visibility and ranking. Use when asked to \"improve SEO\", \"optimize for search\", \"fix meta tags\", \"add structured data\", \"sitemap optimization\", or \"search engine optimization\".",{"claudeCode":12},"SKILL.md frontmatter at skills/seo/SKILL.md",[396],{"path":361,"priority":320},{"basePath":242,"description":398,"displayName":13,"installMethods":399,"rationale":400,"selectedPaths":401,"source":321,"sourceLanguage":255,"type":245},"Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to \"audit my site\", \"review web quality\", \"run lighthouse audit\", \"check page quality\", or \"optimize my website\".",{"claudeCode":12},"SKILL.md frontmatter at skills/web-quality-audit/SKILL.md",[402,403],{"path":361,"priority":320},{"path":404,"priority":405},"scripts/analyze.sh","low",{"sources":407},[408],"manual",{"closedIssues90d":8,"description":410,"forks":231,"license":237,"openIssues90d":233,"pushedAt":234,"readmeSize":229,"stars":235,"topics":411},"Agent Skills for optimizing web quality based on Lighthouse and Core Web Vitals.",[214,412,413,273,216,414,415,272],"agent-skills","claude-skills","skills","testing",{"classifiedAt":417,"discoverAt":418,"extractAt":419,"githubAt":419,"updatedAt":417},1778670378490,1778669907395,1778670377375,[214,212,216,213,215,211],{"evaluatedAt":422,"extractAt":285,"updatedAt":240},1778670582399,[],[425,455,483,505,533,559],{"_creationTime":426,"_id":427,"community":428,"display":429,"identity":435,"providers":439,"relations":448,"tags":451,"workflow":452},1778668208695.142,"k179zj75q8m99g1g98jvkx4k1s86m3yq",{"reviewCount":8},{"description":430,"installMethods":431,"name":433,"sourceUrl":434},"Accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, touch targets",{"claudeCode":432},"Aboudjem/ui-ux-suite","a11y-audit","https://github.com/Aboudjem/ui-ux-suite",{"basePath":436,"githubOwner":437,"githubRepo":438,"locale":255,"slug":433,"type":245},"skills/a11y-audit","Aboudjem","ui-ux-suite",{"evaluate":440,"extract":447},{"promptVersionExtension":204,"promptVersionScoring":205,"score":441,"tags":442,"targetMarket":274,"tier":292},100,[214,443,444,445,212,446],"ui-ux","design-system","frontend","wcag",{"commitSha":276},{"parentExtensionId":449,"repoId":450},"k178zeec8jajqdrczrynw6x3fx86mm8h","kd75532596tdmk72j9k55b0qqn86n5et",[214,212,444,445,443,446],{"evaluatedAt":453,"extractAt":454,"updatedAt":453},1778669930851,1778668208695,{"_creationTime":456,"_id":457,"community":458,"display":459,"identity":465,"providers":470,"relations":477,"tags":479,"workflow":480},1778694720643.034,"k175824bv0hy06y0gygd192pgd86nceh",{"reviewCount":8},{"description":460,"installMethods":461,"name":463,"sourceUrl":464},"Run a weekly SEO review for one registered website, write audit artifacts, and choose the next best safe action.",{"claudeCode":462},"nowork-studio/toprank","Toprank Weekly Review","https://github.com/nowork-studio/toprank",{"basePath":466,"githubOwner":467,"githubRepo":468,"locale":255,"slug":469,"type":245},"openclaw/skills/toprank-weekly-review","nowork-studio","toprank","toprank-weekly-review",{"evaluate":471,"extract":476},{"promptVersionExtension":204,"promptVersionScoring":205,"score":441,"tags":472,"targetMarket":274,"tier":292},[215,473,474,212,475],"google-ads","meta-ads","automation",{"commitSha":276,"license":237},{"repoId":478},"kd74wn8s89tp9hrfsmcra492r586nbrv",[212,475,473,474,215],{"evaluatedAt":481,"extractAt":482,"updatedAt":481},1778694967711,1778694720643,{"_creationTime":484,"_id":485,"community":486,"display":487,"identity":490,"providers":491,"relations":499,"tags":501,"workflow":502},1778670097911.8203,"k178a0nhb52b2xax8fhd796ppn86m7re",{"reviewCount":8},{"description":488,"installMethods":489,"name":273,"sourceUrl":14},"优化核心 Web 指标（LCP、INP、CLS），以获得更好的页面体验和搜索排名。当被要求“改进核心 Web 指标”、“修复 LCP”、“减少 CLS”、“优化 INP”、“页面体验优化”或“修复布局偏移”时使用。",{"claudeCode":12},{"basePath":375,"githubOwner":243,"githubRepo":244,"locale":18,"slug":273,"type":245},{"evaluate":492,"extract":498},{"promptVersionExtension":204,"promptVersionScoring":205,"score":441,"tags":493,"targetMarket":274,"tier":292},[213,273,494,495,496,497,215],"lcp","inp","cls","optimization",{"commitSha":276},{"parentExtensionId":248,"repoId":281,"translatedFrom":500},"k176r9nwkkcspbgrg1dqd0bhyn86mz7r",[496,273,495,494,497,213,215],{"evaluatedAt":503,"extractAt":285,"updatedAt":504},1778670506329,1778670630460,{"_creationTime":506,"_id":507,"community":508,"display":509,"identity":515,"providers":519,"relations":525,"tags":528,"workflow":529},1778690966907.82,"k179cvhzckg59qy7dw822zntxn86nsq4",{"reviewCount":8},{"description":510,"installMethods":511,"name":513,"sourceUrl":514},"审计和修复 HTML 可访问性问题，包括 ARIA 标签、键盘导航、焦点管理、颜色对比度和表单错误。在添加交互式控件、表单、对话框或审查 WCAG 合规性时使用。",{"claudeCode":512},"ibelick/ui-skills","fixing-accessibility","https://github.com/ibelick/ui-skills",{"basePath":516,"githubOwner":517,"githubRepo":518,"locale":18,"slug":513,"type":245},"skills/fixing-accessibility","ibelick","ui-skills",{"evaluate":520,"extract":524},{"promptVersionExtension":204,"promptVersionScoring":205,"score":441,"tags":521,"targetMarket":274,"tier":292},[214,522,446,523,445],"html","a11y",{"commitSha":276},{"repoId":526,"translatedFrom":527},"kd71ksb69rw62v9tywwpzjky0986mzmb","k17ebt9pwmbvd4p09exwak78md86mjq6",[523,214,445,522,446],{"evaluatedAt":530,"extractAt":531,"updatedAt":532},1778690900794,1778690863881,1778690966907,{"_creationTime":534,"_id":535,"community":536,"display":537,"identity":541,"providers":543,"relations":553,"tags":555,"workflow":556},1778690960658.2449,"k1797348s123v5gawfhh8z1qx986n9xm",{"reviewCount":8},{"description":538,"installMethods":539,"name":540,"sourceUrl":514},"在 Tailwind CSS 项目中验证动画持续时间，强制执行排版比例，检查组件可访问性，并防止布局反模式。适用于构建 UI 组件、审查 CSS 工具类、 styling React 视图或强制执行设计一致性。",{"claudeCode":512},"baseline-ui",{"basePath":542,"githubOwner":517,"githubRepo":518,"locale":18,"slug":540,"type":245},"skills/baseline-ui",{"evaluate":544,"extract":552},{"promptVersionExtension":204,"promptVersionScoring":205,"score":441,"tags":545,"targetMarket":274,"tier":292},[546,547,548,549,214,550,551],"tailwind","css","ui","development","animation","linting",{"commitSha":276},{"repoId":526,"translatedFrom":554},"k17evpm7da6we8kaszydc65rg586manm",[214,550,547,549,551,546,548],{"evaluatedAt":557,"extractAt":531,"updatedAt":558},1778690881357,1778690960658,{"_creationTime":560,"_id":561,"community":562,"display":563,"identity":569,"providers":574,"relations":582,"tags":584,"workflow":585},1778687399826.0393,"k17atzwm47cvq91g38920pxjy186mcn8",{"reviewCount":8},{"description":564,"installMethods":565,"name":567,"sourceUrl":568},"Plain-English translation layer for non-technical Copilot CLI users. Translates every approval prompt, error message, and technical output into clear, jargon-free English with color-coded risk indicators.",{"claudeCode":566},"github/awesome-copilot","Noob Mode","https://github.com/github/awesome-copilot",{"basePath":570,"githubOwner":571,"githubRepo":572,"locale":255,"slug":573,"type":245},"skills/noob-mode","github","awesome-copilot","noob-mode",{"evaluate":575,"extract":581},{"promptVersionExtension":204,"promptVersionScoring":205,"score":441,"tags":576,"targetMarket":274,"tier":292},[577,578,579,580,214],"translation","copilot-cli","plain-english","user-experience",{"commitSha":276,"license":237},{"repoId":583},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[214,578,579,577,580],{"evaluatedAt":586,"extractAt":587,"updatedAt":586},1778690673213,1778687399826]