Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:16 +08:00
commit 419036ef8d
4 changed files with 83 additions and 0 deletions

View File

@@ -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/"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# code-review
Perform a comprehensive code review of recent changes

23
commands/code-review.md Normal file
View File

@@ -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.

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}