Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:32 +08:00
commit 62bc948525
10 changed files with 785 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "pr-review-toolkit",
"description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
"version": "1.0.0",
"author": {
"name": "Daisy",
"email": "daisy@anthropic.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}