Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:20 +08:00
commit af42723335
4 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "code-reviewer",
"description": "Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.",
"version": "1.0.0",
"author": {
"name": "Anand Tyagi"
},
"agents": [
"./agents"
]
}