Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:13:22 +08:00
commit e79e4ef11f
4 changed files with 368 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": "ClaudeForge Community",
"url": "https://github.com/claudeforge/marketplace"
},
"commands": [
"./commands"
]
}