Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:54:32 +08:00
commit 65bc8026ff
4 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "fix-pr",
"description": "Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing reviewer concerns, making targeted code improvements, and streamlining the review process.",
"version": "1.0.0",
"author": {
"name": "metabase",
"url": "https://github.com/metabase"
},
"commands": [
"./commands/"
]
}