Initial commit
This commit is contained in:
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"name": "code-review-assistant",
|
||||||
|
"description": "Get comprehensive code reviews with suggestions for improvements, best practices, and potential issues.",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Anonymous"
|
||||||
|
},
|
||||||
|
"commands": [
|
||||||
|
"./commands/"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# code-review-assistant
|
||||||
|
|
||||||
|
Get comprehensive code reviews with suggestions for improvements, best practices, and potential issues.
|
||||||
22
commands/code-review-assistant.md
Normal file
22
commands/code-review-assistant.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
description: Comprehensive code review with improvement suggestions
|
||||||
|
tags: [code-review, best-practices]
|
||||||
|
---
|
||||||
|
|
||||||
|
# Code Review Assistant
|
||||||
|
|
||||||
|
You are an expert code reviewer. Please review the provided code and give detailed feedback on:
|
||||||
|
|
||||||
|
1. **Code Quality**: Readability, maintainability, and adherence to best practices
|
||||||
|
2. **Performance**: Potential bottlenecks and optimization opportunities
|
||||||
|
3. **Security**: Vulnerabilities and security concerns
|
||||||
|
4. **Architecture**: Design patterns and architectural improvements
|
||||||
|
5. **Testing**: Test coverage and testing strategy recommendations
|
||||||
|
|
||||||
|
Please provide:
|
||||||
|
- Specific line-by-line comments where applicable
|
||||||
|
- Overall assessment and rating (1-10)
|
||||||
|
- Priority-ordered list of improvements
|
||||||
|
- Positive aspects worth highlighting
|
||||||
|
|
||||||
|
Format your response with clear sections and actionable recommendations.
|
||||||
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/code-review-assistant",
|
||||||
|
"normalized": {
|
||||||
|
"repo": null,
|
||||||
|
"ref": "refs/tags/v20251128.0",
|
||||||
|
"commit": "0c26d792f0c9f1e9496f5ade1d0d1d58df26c2e4",
|
||||||
|
"treeHash": "4140f52b0bce27a4d2e39eeb1ecf03e6d0e103a036b61994d6437a962bfefac0",
|
||||||
|
"generatedAt": "2025-11-28T10:13:19.493346Z",
|
||||||
|
"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": "code-review-assistant",
|
||||||
|
"description": "Get comprehensive code reviews with suggestions for improvements, best practices, and potential issues.",
|
||||||
|
"version": "1.0.0"
|
||||||
|
},
|
||||||
|
"content": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"path": "README.md",
|
||||||
|
"sha256": "54cb24769c3fa28923c268bc60eddef353dfc6c3b66afb3f974af64b63b6967d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": ".claude-plugin/plugin.json",
|
||||||
|
"sha256": "23358d0287edbe2ae1a1ca31426f389102803d56b438c0fc50a5ee4a42c9b4e3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "commands/code-review-assistant.md",
|
||||||
|
"sha256": "1de81c7d0c92548fc11bf6ab2339ac748bf44423bfba30bc81002374f60049fb"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dirSha256": "4140f52b0bce27a4d2e39eeb1ecf03e6d0e103a036b61994d6437a962bfefac0"
|
||||||
|
},
|
||||||
|
"security": {
|
||||||
|
"scannedAt": null,
|
||||||
|
"scannerVersion": null,
|
||||||
|
"flags": []
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user