agentsclimarketplace

Vue frontend review

Skill miya511250/vue-frontend-review/skills/vue-frontend-review

Unified review skill for Vue front-end projects. Combines Vue2/Vue3 compatibility checks and Web Interface Guidelines UI compliance checks. Use when users ask for Vue compatibility review, migration-safe规范, browser support checks, UI/UX audit, accessibility checks, or front-end best-practice review for .vue/.ts/.js/.css/build config files.From its SKILL.md

Install
npx -y skills add miya511250/vue-frontend-review --skill vue-frontend-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.5 KB, 507 tokens by cl100k_base, as published. Nobody here has run it

Vue Frontend Review

Overview

Use this single skill to run two review tracks together for Vue projects:

  1. Vue compatibility track (Vue 2/3 API, migration safety, browser/runtime compatibility)
  2. UI guidelines track (Web Interface Guidelines compliance for UI/UX/accessibility quality)

Load both references before producing findings:

When to Use

Trigger this skill when the user asks for:

  • Vue2/Vue3 compatibility review
  • Vue migration risk checks
  • Browser support / polyfill / transpilation compatibility checks
  • UI review, accessibility audit, design/UX best-practice checks
  • One-pass front-end规范审查 for Vue repos

Inputs to Collect

Identify or infer:

  • Vue major version: 2.x, 3.x, or mixed
  • Build toolchain: Vite, Webpack, Vue CLI, Nuxt
  • Target browser baseline (if missing, assume modern evergreen + iOS Safari last 2 major versions)
  • Review scope: src/**/*.vue, src/**/*.ts|js, styles, plus build/config files

If key info is missing, proceed with explicit assumptions.

Workflow

  1. Run Vue compatibility track using compat-checklist.
  2. Run UI guidelines track using ui-guidelines.
  3. Merge findings and de-duplicate overlapping items.
  4. Prioritize by severity:
  • P0 release blocker or runtime break
  • P1 high risk regression/compatibility issue
  • P2 standards drift or preventive fix

Output Format

For each finding:

[Severity] path:line - Issue Track: Vue-Compat | UI-Guidelines Impact: ... Recommendation: ...

Then provide:

  • Compatibility baseline used
  • UI guidelines source used
  • Open assumptions
  • Quick fix plan (3-6 steps)

Practical Rules

  • Prefer explicit, testable rules over style opinions.
  • Do not claim browser compatibility without checking build targets and polyfills.
  • For mixed Vue 2/3 migration, prefer migration-safe patterns.
  • Always fetch latest Web Interface Guidelines before UI findings.
  • If no issues are found, state that explicitly and include residual risks.

What ships with it: 4 files

3.4 KB alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,286. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.