Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal 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/"
|
||||
]
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -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.
|
||||
8
commands/fix-pr.md
Normal file
8
commands/fix-pr.md
Normal file
@@ -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
|
||||
45
plugin.lock.json
Normal file
45
plugin.lock.json
Normal file
@@ -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": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user