commit 68c0dfb90d46b3fa7e367c0b81c5188a3b48dba4 Author: Zhongwei Li Date: Sat Nov 29 18:05:56 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..31919b8 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5485083 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# fix-pr + +Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing reviewer concerns, making targeted code improvements, and streamlining the review process. diff --git a/commands/fix-pr.md b/commands/fix-pr.md new file mode 100644 index 0000000..8223e9e --- /dev/null +++ b/commands/fix-pr.md @@ -0,0 +1,8 @@ +--- +description: Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing reviewer concerns, making targeted code improvements, and streamlining the review process. +author: metabase +author-url: https://github.com/metabase +version: 1.0.0 +--- + +Fetch unresolved comments for this branch's PR, then fix them \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..8c46931 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/fix-pr", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "c9c7514f5991dada62f7f6702e999d0ebb729fe4", + "treeHash": "c5e79dc001f27a9f9ecd2337f239dd6631eae3dbb59e85b8405919648f1d962f", + "generatedAt": "2025-11-28T10:14:37.947964Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "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" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "a6778348ee2d3dd1a3062146e3a1219599e9352cc883ba806a29e8ad0d506480" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "b213817db17b4822feb4c833605b3c407261837b3c416ceb8fe21c68e7716796" + }, + { + "path": "commands/fix-pr.md", + "sha256": "d4a3b5dcd2e2471ae42f4cc8a4685de4e007b910bf342f48aee37975675cd049" + } + ], + "dirSha256": "c5e79dc001f27a9f9ecd2337f239dd6631eae3dbb59e85b8405919648f1d962f" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file