Use when reviewing client-side JavaScript, HTML source, or git history for exposed credentials, API keys, or tokens.
其他仓库内容 · 未声明插件包归属
正在加载项目…
🗂 The essential checklist for modern web development, for humans and AI agents
共 392 项匹配内容,示例会单独标注;未声明归属的内容不代表插件自动包含。
Use when reviewing client-side JavaScript, HTML source, or git history for exposed credentials, API keys, or tokens.
其他仓库内容 · 未声明插件包归属
Use when auditing slow page loads, heavy assets, or rendering delays related to Avoid serving legacy JavaScript to modern browsers. Verify the actual bottleneck
其他仓库内容 · 未声明插件包归属
Use when generating URL slugs from article titles, auditing URL structures for unnecessary depth or length, or reviewing URL patterns in a CMS or router configu
其他仓库内容 · 未声明插件包归属
Use when reviewing templates, rendered HTML, or shared components related to Check for broken links. Validate the final browser-facing markup, not just the sour
其他仓库内容 · 未声明插件包归属
Use when applies to hyperlinks (`<a>` elements) that appear inline within paragraphs or text blocks. Does not apply to navigation menus, button-style links, or
其他仓库内容 · 未声明插件包归属
Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use descriptive link text. Check native semantics first, then ins
其他仓库内容 · 未声明插件包归属
Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use correct list structure. Check native semantics first, then in
其他仓库内容 · 未声明插件包归属
Use when reviewing dashboards, admin tables, search results, or feeds with many repeated items. Confirm the bottleneck is DOM or rendering cost before introduci
其他仓库内容 · 未声明插件包归属
Use when applies to HTML documents with `<li>` elements. Also applies to custom ARIA lists where `role='listitem'` must be owned by `role='list'`. Common violat
其他仓库内容 · 未声明插件包归属
Use when auditing content pages for AI discoverability. Applies to any informational page intended to appear in AI-generated answers, search snippets, or knowle
其他仓库内容 · 未声明插件包归属
Use when auditing public documentation portals, API references, help centers, SDK docs, or large knowledge bases. Check the final file served at `/llms.txt` and
其他仓库内容 · 未声明插件包归属
Use when auditing slow page loads, heavy assets, or rendering delays related to Show loading indicators. Verify the actual bottleneck in DevTools, Lighthouse, o
其他仓库内容 · 未声明插件包归属
Use when auditing a local business website's structured data. Applies to any business that serves customers at a physical location or specific geographic area.
其他仓库内容 · 未声明插件包归属
Use when reviewing image assets, icon libraries, or components that render illustrations to identify culture-specific content that may need locale overrides or
其他仓库内容 · 未声明插件包归属
Use when reviewing stylesheets, component styles, and responsive behavior related to Use CSS logical properties for i18n and RTL support. Check the rendered lay
其他仓库内容 · 未声明插件包归属
Use when auditing URL structure or configuring a new site's routing. Applies to any server or framework that allows case-insensitive file systems (Linux servers
其他仓库内容 · 未声明插件包归属
Use when reviewing scripts, client components, bundles, or runtime behavior related to Prevent common memory leak patterns. Inspect both source code and the bro
其他仓库内容 · 未声明插件包归属
Use when auditing page metadata or generating descriptions for new pages. Applies to every page that should receive organic search traffic.
其他仓库内容 · 未声明插件包归属
Use when auditing HTML document structure. Applies to any page where meta tags (noindex, canonical-url, description, viewport, OG tags) may have been injected i
其他仓库内容 · 未声明插件包归属
Use when reviewing rendered HTML, interactive components, or design-system patterns related to Avoid meta refresh redirects. Check native semantics first, then
其他仓库内容 · 未声明插件包归属
Use when auditing page metadata or generating SEO-optimized titles. Applies to every HTML page that should appear in search results.
其他仓库内容 · 未声明插件包归属
Use when auditing server configuration or diagnosing broken resources. Applies to any web server serving HTML, CSS, JS, images, fonts, or other static assets.
其他仓库内容 · 未声明插件包归属
Use when reviewing an HTTPS page for resources (scripts, images, stylesheets, iframes) that are loaded over plain HTTP.
其他仓库内容 · 未声明插件包归属
Use when reviewing CI coverage, automated checks, or test strategy related to Test on real mobile devices and viewports. Focus on whether the rule is continuous
其他仓库内容 · 未声明插件包归属