Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:04:41 +08:00
commit 11a1ab2e91
4 changed files with 81 additions and 0 deletions

View 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
View File

@@ -0,0 +1,3 @@
# code-review-assistant
Get comprehensive code reviews with suggestions for improvements, best practices, and potential issues.

View 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
View File

@@ -0,0 +1,45 @@
{
"$schema": "internal://schemas/plugin.lock.v1.json",
"pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/code-review-assistant",
"normalized": {
"repo": null,
"ref": "refs/tags/v20251128.0",
"commit": "24b5e7c9d651df30ae24c153a362b8c834563590",
"treeHash": "5dfdac63d307f46e33b63bc2c14ced786b2135a4149f78b71b42654f85f19411",
"generatedAt": "2025-11-28T10:14:32.823210Z",
"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": "2ebae25b69e6672ffb0af9e97c2c5517998e4f6b3909ee50916846c0af4f3a43"
},
{
"path": "commands/code-review-assistant.md",
"sha256": "1de81c7d0c92548fc11bf6ab2339ac748bf44423bfba30bc81002374f60049fb"
}
],
"dirSha256": "5dfdac63d307f46e33b63bc2c14ced786b2135a4149f78b71b42654f85f19411"
},
"security": {
"scannedAt": null,
"scannerVersion": null,
"flags": []
}
}