commit 65bc8026ffe8e0dae5b09c40c8142fe5ca0207c3 Author: Zhongwei Li Date: Sat Nov 29 17:54:32 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..836fe55 --- /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..93cb59c --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ananddtyagi/claude-code-marketplace:plugins/fix-pr", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "23096511fc901a2e7e207f61782ce82357eff048", + "treeHash": "353f043537bc8897db94dda08fbad444ba0fad9bd7a9461434026e499ccdb5f5", + "generatedAt": "2025-11-28T10:13:24.034837Z", + "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": "599acfa06d06511fe8eabea50f106193c5680cbdfc105dd7f25494f647bf4f24" + }, + { + "path": "commands/fix-pr.md", + "sha256": "d4a3b5dcd2e2471ae42f4cc8a4685de4e007b910bf342f48aee37975675cd049" + } + ], + "dirSha256": "353f043537bc8897db94dda08fbad444ba0fad9bd7a9461434026e499ccdb5f5" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file