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
npx -y skills add miya511250/vue-frontend-review --skill vue-frontend-reviewAssembled 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:
- Vue compatibility track (Vue 2/3 API, migration safety, browser/runtime compatibility)
- 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
- Run Vue compatibility track using compat-checklist.
- Run UI guidelines track using ui-guidelines.
- Merge findings and de-duplicate overlapping items.
- Prioritize by severity:
P0release blocker or runtime breakP1high risk regression/compatibility issueP2standards drift or preventive fix
Output Format
For each finding:
[Severity] path:line - Issue
Track: Vue-Compat | UI-Guidelines
Impact: ...
Recommendation: ...
Then provide:
Compatibility baseline usedUI guidelines source usedOpen assumptionsQuick 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/
- openai.yaml310 B
references/
- compat-checklist.md2.1 KB
- ui-guidelines.md724 B
- README.md293 B