From 54b677f4b86f7292f9da8ff105c5f84f2b41ddbb Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 17:53:18 +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..5dc627a --- /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..cc16255 --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file