Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:42 +08:00
commit 534d6fb1e1
11 changed files with 1870 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "code-review",
"description": "Introduce codebase and PR review commands and skills using multiple specialized agents.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}