Use when applies to all static and dynamic websites. Use when auditing a site for duplicate content, setting up a new site, or after migrating platforms that ch
其他仓库内容 · 未声明插件包归属
正在加载项目…
🗂 The essential checklist for modern web development, for humans and AI agents
共 392 项匹配内容,示例会单独标注;未声明归属的内容不代表插件自动包含。
Use when applies to all static and dynamic websites. Use when auditing a site for duplicate content, setting up a new site, or after migrating platforms that ch
其他仓库内容 · 未声明插件包归属
Use when reviewing a codebase for internationalisation readiness, setting up an i18n library, or preparing strings for a new locale.
其他仓库内容 · 未声明插件包归属
Use when applies especially to e-commerce checkouts, contact/lead forms, pricing pages, and YMYL (Your Money or Your Life) content. Use when auditing E-E-A-T or
其他仓库内容 · 未声明插件包归属
Use when auditing slow first responses on SSR pages, APIs, or cacheable HTML. Distinguish origin compute time from network latency and CDN cache misses before p
其他仓库内容 · 未声明插件包归属
Use when applies to any page intended to be shared on X (Twitter). Use when auditing social sharing previews or adding social meta tags to a new site.
其他仓库内容 · 未声明插件包归属
Use when reviewing scripts, client components, bundles, or runtime behavior related to Avoid implicit type coercion. Inspect both source code and the browser ex
其他仓库内容 · 未声明插件包归属
Use when auditing import statements in TypeScript files, setting up a new TypeScript project, or investigating unexpected bundle inclusions from type-only depen
其他仓库内容 · 未声明插件包归属
Use when setting up a new TypeScript project, auditing an existing tsconfig.json, or reviewing code where null-reference errors or implicit any types are presen
其他仓库内容 · 未声明插件包归属
Use when reviewing templates, rendered HTML, or shared components related to Ensure all IDs are unique. Validate the final browser-facing markup, not just the s
其他仓库内容 · 未声明插件包归属
Use when reviewing CI coverage, automated checks, or test strategy related to Write unit tests. Focus on whether the rule is continuously verified, not just doc
其他仓库内容 · 未声明插件包归属
Use when reviewing stylesheets, component styles, and responsive behavior related to Remove unused CSS rules. Check the rendered layout across breakpoints and i
其他仓库内容 · 未声明插件包归属
Use when applies to any page embedding or hosting video content (YouTube, Vimeo, self-hosted). Use when adding video content to a site or auditing structured da
其他仓库内容 · 未声明插件包归属
Use when reviewing templates, rendered HTML, or shared components related to Make videos accessible with captions. Validate the final browser-facing markup, not
其他仓库内容 · 未声明插件包归属
Use when applies to all `<video>` elements and third-party video embeds (YouTube, Vimeo) where the page owner controls the content. Prerecorded videos require `
其他仓库内容 · 未声明插件包归属
Use when applies to all `<video>` elements in HTML. The `poster` attribute specifies the URL of an image to show as a placeholder before the video is loaded or
其他仓库内容 · 未声明插件包归属
Use when adding page transition animations, image expand/contract effects, shared-element transitions, or improving navigation UX in a single-page or multi-page
其他仓库内容 · 未声明插件包归属
Use when reviewing templates, rendered HTML, or shared components related to Set the responsive viewport meta tag. Validate the final browser-facing markup, not
其他仓库内容 · 未声明插件包归属
Use when applies to any `<meta name='viewport'>` element in HTML documents. Check the `content` attribute for `user-scalable=no`, `user-scalable=0`, `maximum-sc
其他仓库内容 · 未声明插件包归属
Use when reviewing CI coverage, automated checks, or test strategy related to Use visual regression testing. Focus on whether the rule is continuously verified,
其他仓库内容 · 未声明插件包归属
Use when reviewing templates, rendered HTML, or shared components related to Validate HTML against W3C standards. Validate the final browser-facing markup, not
其他仓库内容 · 未声明插件包归属
Use when applies to any site with more than 20 pages. Use when auditing site architecture, investigating why certain pages underperform in search, or after a si
其他仓库内容 · 未声明插件包归属
Use when reviewing templates, rendered HTML, or shared components related to Link a Web App Manifest for installability. Validate the final browser-facing marku
其他仓库内容 · 未声明插件包归属
Use when reviewing scripts, client components, bundles, or runtime behavior related to Use Web Storage API safely. Inspect both source code and the browser exec
其他仓库内容 · 未声明插件包归属
Use when reviewing stylesheets, component styles, and responsive behavior related to Optimize web font formats. Check the rendered layout across breakpoints and
其他仓库内容 · 未声明插件包归属