From 11a1ab2e917e741059c7e5e8ead5f75b2b488cff Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:04:41 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++ README.md | 3 +++ commands/code-review-assistant.md | 22 +++++++++++++++ plugin.lock.json | 45 +++++++++++++++++++++++++++++++ 4 files changed, 81 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 commands/code-review-assistant.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..7935406 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..19695e3 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# code-review-assistant + +Get comprehensive code reviews with suggestions for improvements, best practices, and potential issues. diff --git a/commands/code-review-assistant.md b/commands/code-review-assistant.md new file mode 100644 index 0000000..cb7b852 --- /dev/null +++ b/commands/code-review-assistant.md @@ -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. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..be12cdc --- /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/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": [] + } +} \ No newline at end of file