1 Commits

Author SHA1 Message Date
Bujidao
6865316ab3 feat(commands): add /vue-review slash command
Add commands/vue-review.md providing:
- /vue-review command entry point for Vue.js code review
- Automated checks: eslint with eslint-plugin-vue, vue-tsc, npm audit
- Review categories with severity (CRITICAL/HIGH/MEDIUM)
- Vue 3.5+ specific items: reactive props destructure, useTemplateRef, onWatcherCleanup
- Scope vs /code-review and typescript-reviewer (non-overlapping lanes)
- Example review report output format
- Integration guidance with build/test commands
2026-06-12 17:54:45 +08:00