Files
gh-ccplugins-awesome-claude…/.claude-plugin/plugin.json
2025-11-29 18:05:56 +08:00

12 lines
367 B
JSON

{
"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"
]
}