Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:20 +08:00
commit 58dbf931d5
4 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "code-review-standards",
"description": "Standardized code review checklist and guidelines for team consistency",
"version": "1.0.0",
"author": {
"name": "natifridman"
},
"commands": [
"./commands"
]
}