mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-23 00:21:27 +08:00
feat: add Vue ecosystem review support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"totalCommands": 84,
|
||||
"totalCommands": 85,
|
||||
"commands": [
|
||||
{
|
||||
"command": "aside",
|
||||
@@ -919,6 +919,23 @@
|
||||
"allAgents": [],
|
||||
"skills": [],
|
||||
"path": "commands/update-docs.md"
|
||||
},
|
||||
{
|
||||
"command": "vue-review",
|
||||
"description": "Comprehensive Vue.js code review for Composition API correctness, reactivity, composable patterns, template security, accessibility, and Vue-specific performance. Invokes the vue-reviewer agent (and typescript-reviewer alongside on .vue/.ts changes).",
|
||||
"type": "testing",
|
||||
"primaryAgents": [
|
||||
"typescript-reviewer",
|
||||
"vue-reviewer"
|
||||
],
|
||||
"allAgents": [
|
||||
"typescript-reviewer",
|
||||
"vue-reviewer"
|
||||
],
|
||||
"skills": [
|
||||
"vue-patterns"
|
||||
],
|
||||
"path": "commands/vue-review.md"
|
||||
}
|
||||
],
|
||||
"statistics": {
|
||||
@@ -929,7 +946,7 @@
|
||||
"planning": 2,
|
||||
"refactoring": 1,
|
||||
"review": 9,
|
||||
"testing": 52
|
||||
"testing": 53
|
||||
},
|
||||
"topAgents": [
|
||||
{
|
||||
@@ -940,6 +957,10 @@
|
||||
"agent": "flutter-reviewer",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"agent": "typescript-reviewer",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"agent": "cpp-build-resolver",
|
||||
"count": 1
|
||||
@@ -967,10 +988,6 @@
|
||||
{
|
||||
"agent": "planner",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"agent": "python-reviewer",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"topSkills": [
|
||||
|
||||
Reference in New Issue
Block a user