Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

elite-audit精英审计

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

214

周安装

9

GitHub Stars

公开资料未说明

下载量

75
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:elite-audit(精英审计)
来源仓库:https://github.com/rshvr/elite-web-design
仓库路径:skills/elite-audit
安装命令:
npx skills add https://github.com/rshvr/elite-web-design --skill elite-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/rshvr/elite-web-design --skill elite-audit

简介

elite-audit 用于辅助安全审计、权限检查、凭据风险和认证流程排查。

  • 适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。
  • 使用时不能把工具输出直接当最终结论,涉及密钥、令牌或生产系统时应先确认最小权限和操作边界。
  • 可通过 npx skills add 命令从指定 GitHub 仓库安装,建议确认权限和维护状态后再使用。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Elite Audit

UI/UX quality audit orchestrator. ~190 rules across 8 categories, prioritized CRITICAL → HIGH → MEDIUM. Failures trigger the relevant teaching skill for guided remediation.

Quick Reference

FilePriorityPurpose
critical-rules.mdCRITICALMust-pass before any deployment
high-rules.mdHIGHShould-pass for production quality
medium-rules.mdMEDIUMPolish and best practices
pre-launch-checklist.mdCondensedBinary go/no-go checklist

Audit Modes

Full Audit

All rules, CRITICAL → HIGH → MEDIUM. Use before launch.

Run every rule across all 8 categories. Start with CRITICAL blockers, then HIGH quality gates, then MEDIUM polish. A full audit covers ~190 checks and ensures the implementation meets elite standards end-to-end.

Quick Audit

CRITICAL rules only (~43 checks). Use for fast sanity check.

Covers the minimum bar: contrast, focus, touch targets, reduced motion, Core Web Vitals, GPU-only animations, viewport meta, visible labels, and design tokens. Takes minutes, not hours. Good for mid-sprint gut checks.

Focused Audit

Single category. Use for targeted review (e.g., "audit accessibility only").

Load only the relevant checklist section below and the matching reference file. Useful after making changes in one area — verify that category passes without re-running everything.


The Audit Loop

The audit follows a strict feedback cycle:

1. Check rules by priority (CRITICAL first)
2. For each failure → state the rule, cite the source, name the fix skill
3. Invoke the teaching skill for implementation guidance
4. Fix the issue
5. Re-check the failed rule
6. Continue until all CRITICAL and HIGH rules pass
7. MEDIUM rules are recommendations, not blockers

Important: Never skip straight to fixing. Always state the rule ID, the evidence of failure, and which skill provides the remediation pattern. This creates an auditable trail.


Quick Checklists

Condensed inline checklists for rapid scanning. Each item is binary pass/fail. For full rule details and implementation guidance, load the corresponding reference file.

Accessibility

  • Text contrast >= 4.5:1 (large text >= 3:1)
  • Focus indicator visible on all interactive elements (2px + 2px offset)
  • Touch targets >= 44x44px with >= 8px spacing
  • prefers-reduced-motion handled on every animation
  • Meaningful images have descriptive alt text; decorative have alt=""
  • Heading hierarchy sequential (h1 -> h2 -> h3, no skips)
  • Color not the only means of conveying information
  • Skip-to-content link is first focusable element

Performance

  • LCP <= 2.5s, INP <= 200ms, CLS <= 0.1
  • Only transform, opacity, filter animated (GPU-only)
  • Initial JS < 100KB, CSS < 50KB (gzipped)
  • Images use AVIF/WebP with explicit dimensions
  • Below-fold content lazy loaded
  • font-display: swap on all custom fonts
  • gsap.context() used with revert() on cleanup

Animation

  • Duration: 100-300ms micro, 300-500ms reveals, never >800ms
  • Easing: ease-out for entering, ease-in for exiting, never linear for UI
  • Exit animations 60-70% of enter duration
  • Animations interruptible (no blocking user input)
  • Scale feedback 0.95-1.05 on press (not larger)
  • No opacity lingering below 0.2
  • Modal animates from trigger source

Layout

  • <meta name="viewport" content="width=device-width, initial-scale=1"> (no user-scalable=no)
  • Mobile-first breakpoints (min-width, not max-width)
  • 100dvh used instead of 100vh for full-screen sections
  • Fixed elements reserve safe padding for content
  • Body text max-width 65ch
  • Safe areas respected (env(safe-area-inset-*))

Forms & Feedback

  • Every input has a visible label (not placeholder-only)
  • Errors appear below the field with cause + fix
  • Focus moves to first error on submit failure
  • Toast uses aria-live="polite", auto-dismisses 3-5s
  • Destructive actions require confirmation dialog
  • Disabled state: opacity 0.4 + cursor: not-allowed + semantic attribute
  • Multi-step forms show progress indicator

Navigation

  • Bottom nav <= 5 items with icon + text label
  • Active state visually indicated (color, weight, or indicator)
  • Back navigation predictable (preserves scroll/state)
  • Modals not used for primary navigation flows
  • Breadcrumbs for 3+ level hierarchies
  • Focus moves to main content on route change

Typography & Color

  • Type scale with consistent ratio (1.25 recommended)
  • Fluid sizes via clamp() for headings
  • Line-height 1.5+ for body text
  • Semantic color tokens (not raw hex in components)
  • font-variant-numeric: tabular-nums for data/prices

Brand Consistency

  • Design tokens defined (not magic values)
  • Spacing follows 4/8px scale
  • One primary CTA per screen
  • SVG icons (never emoji)
  • Consistent icon stroke width and style
  • hover/pressed/disabled states visually distinct

Remediation Map

When a rule fails, invoke the corresponding teaching skill. The skill provides implementation patterns, code examples, and verification steps.

Failed CategoryInvoke SkillKey Reference
Contrast / Color a11yelite-accessibilitywcag-contrast.md
Focus / Keyboardelite-accessibilityfocus-keyboard.md
Touch targets / Gestureselite-accessibilitytouch-interaction.md
Reduced motionelite-accessibilityreduced-motion.md
Core Web Vitalselite-performanceSKILL.md (budget table)
GPU properties / Animation perfelite-performanceanimation-performance.md
Bundle size / Loadingelite-performanceasset-optimization.md
GSAP cleanup / Contextelite-gsaputility-library.md
Duration / Easing / UX timingelite-gsaputility-library.md (Animation UX Rules)
CSS effects / Micro-interactionselite-css-animationsvisual-effects.md
Scroll-driven animationselite-css-animationsscroll-driven-api.md
Navigation patternselite-ux-strategynavigation-patterns.md
Forms / Feedback / Toastselite-ux-strategyforms-feedback.md
Mobile conversionelite-ux-strategymobile-conversion.md
Social proof / Trustelite-ux-strategysocial-proof-trust.md
Layout / Responsive / Gridelite-layoutseditorial-patterns.md
Typography / Type scaleelite-design-coretypography.md
Color tokens / Design systemelite-design-coredesign-tokens.md
Charts / Data vizelite-design-coredata-visualization.md
Brand identity / Consistencyelite-brand-designSKILL.md

How to Use the Remediation Map

  1. Identify the failed rule's category from the quick checklists above
  2. Find the matching row in the remediation map
  3. Load the teaching skill (e.g., /skill:elite-accessibility)
  4. Navigate to the key reference file within that skill
  5. Follow the implementation pattern to fix the issue
  6. Re-run the specific check to verify the fix

Testing Tools

Quick reference of tools to verify audit rules. Use these to gather evidence for pass/fail decisions.

Contrast

  • WebAIM Contrast Checker — paste foreground/background colors, get WCAG ratio
  • DevTools CSS Overview — Chrome > More Tools > CSS Overview > Colors tab shows all contrast issues
  • axe DevTools — automated contrast scanning across the entire page

Performance

  • Lighthouse — DevTools > Lighthouse tab, or npx lighthouse <url> --view
  • DevTools Performance panel — record interactions, check for long tasks and layout shifts
  • WebPageTest — multi-device, multi-location real-world performance testing
  • npx unlighthouse — audit every page on the site in one run

Animation

  • DevTools Rendering — enable Paint Flashing to see repaints (red = bad)
  • DevTools FPS meter — Rendering > Frame Rendering Stats for live FPS overlay
  • DevTools Animations panel — inspect timeline, duration, easing of running animations
  • DevTools Layers panel — verify animated elements are on their own compositor layer

Accessibility

  • axe DevTools — browser extension, catches ~57% of WCAG issues automatically
  • WAVE — visual overlay showing errors, alerts, and structural elements
  • VoiceOver (macOS) — manual screen reader testing, Cmd+F5 to toggle
  • NVDA (Windows) — free screen reader for Windows testing
  • Accessibility Insights — Microsoft tool with tab-stop visualization

Layout

  • DevTools Device Toolbar — responsive mode with device presets
  • DevTools device emulation — test notch/safe-area behavior on iOS/Android frames
  • BrowserStack / LambdaTest — real device testing across OS and browser combinations

Bundle

  • npx vite-bundle-visualizer — treemap of Vite output bundles
  • source-map-explorernpx source-map-explorer dist/assets/*.js
  • bundlephobia.com — check npm package sizes before adding dependencies
  • Import Cost (VS Code extension) — inline size display for imports

Audit Report Format

When reporting audit results, use this structure:

## Audit Report — [Project Name]
**Mode**: Full / Quick / Focused ([category])
**Date**: YYYY-MM-DD

### CRITICAL ([X] passed / [Y] total)
- PASS: [rule description]
- FAIL: [rule description] → Fix: [skill name] > [reference file]

### HIGH ([X] passed / [Y] total)
- PASS: [rule description]
- FAIL: [rule description] → Fix: [skill name] > [reference file]

### MEDIUM ([X] passed / [Y] total)
- PASS: [rule description]
- REC: [rule description] → Suggested: [skill name] > [reference file]

### Verdict
- CRITICAL: [all pass / N failures — BLOCKED]
- HIGH: [all pass / N failures — needs work]
- MEDIUM: [X recommendations]
- Ship: YES / NO

CRITICAL failures block deployment. HIGH failures should be resolved but are not hard blockers for staging. MEDIUM items are recommendations for polish.


Common Audit Patterns

Pattern: Post-Build Audit

After completing a feature or page build:

  1. Run Quick Audit (CRITICAL only) to catch blockers immediately
  2. Fix any CRITICAL failures using the remediation map
  3. Run Full Audit before requesting review
  4. Document findings in the audit report format above

Pattern: PR Review Audit

When reviewing a pull request:

  1. Run Focused Audit on the categories touched by the PR
  2. Check that no existing passing rules have regressed
  3. Flag new CRITICAL/HIGH failures as blocking review comments
  4. Flag MEDIUM items as non-blocking suggestions

Pattern: Pre-Launch Audit

Before deploying to production:

  1. Run Full Audit across all categories
  2. Verify all CRITICAL rules pass (use pre-launch-checklist.md)
  3. Verify all HIGH rules pass
  4. Document any accepted MEDIUM exceptions with rationale
  5. Final verdict: Ship YES requires zero CRITICAL and zero HIGH failures

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.67%
按下载量换算28

Claude

32.73%
按下载量换算25

Cursor

18.33%
按下载量换算14

Gemini CLI

9.51%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills