Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:01 +08:00
commit 20aeaaa53b
11 changed files with 1869 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "reviewer-toolkit",
"description": "Introduce codebase and PR review commands and skills using multiple specialized agents.",
"version": "1.0.0",
"author": {
"name": "David Lopes"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}