commit 419036ef8d0b4969ac955b9951486bb0df67f7e5 Author: Zhongwei Li Date: Sat Nov 29 17:53:16 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..708a8ec --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "code-review", + "description": "Perform a comprehensive code review of recent changes", + "version": "1.0.0", + "author": { + "name": " Anand Tyagi", + "url": "https://github.com/ananddtyagi" + }, + "commands": [ + "./commands/" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..20eb645 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# code-review + +Perform a comprehensive code review of recent changes diff --git a/commands/code-review.md b/commands/code-review.md new file mode 100644 index 0000000..fd1ebac --- /dev/null +++ b/commands/code-review.md @@ -0,0 +1,23 @@ +--- +allowed-tools: Bash(git diff:*), Bash(git log:*) +description: Perform a comprehensive code review of recent changes +--- + +## Context + +- Current git status: !`git status` +- Recent changes: !`git diff HEAD~1` +- Recent commits: !`git log --oneline -5` +- Current branch: !`git branch --show-current` + +## Your task + +Perform a comprehensive code review focusing on: + +1. **Code Quality**: Check for readability, maintainability, and adherence to best practices +2. **Security**: Look for potential vulnerabilities or security issues +3. **Performance**: Identify potential performance bottlenecks +4. **Testing**: Assess test coverage and quality +5. **Documentation**: Check if code is properly documented + +Provide specific, actionable feedback with line-by-line comments where appropriate. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..2112be4 --- /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", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "159c3dce952e5baeb47253650fffbb348648284b", + "treeHash": "2caf2a1dea168ce4abeedaac6b1bf32d86914527ab43fb666a57556a62fd4173", + "generatedAt": "2025-11-28T10:13:19.088447Z", + "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", + "description": "Perform a comprehensive code review of recent changes", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "60e4843af3e8ba5c3edf33d266aebdb4814c3a85719823690dfbf8612fc576cb" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "3c4681ce316017d4ba88ce692ee2aff7bbbfdc91ad9c6717e4998ca9d44b5afb" + }, + { + "path": "commands/code-review.md", + "sha256": "6733b9e528e6d269b602df5ba4c63a8eac21906aaed08a767b92941a0f0bdd10" + } + ], + "dirSha256": "2caf2a1dea168ce4abeedaac6b1bf32d86914527ab43fb666a57556a62fd4173" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file