by PromptSpace
आपके कोड में बग्स, सुरक्षा कमज़ोरियाँ, लॉजिक त्रुटियाँ, परफॉर्मेंस समस्याएँ और स्टाइल उल्लंघनों की समीक्षा करता है। निष्कर्षों को गंभीरता के अनुसार व्यवस्थित करता है और कोड उदाहरणों के साथ सुधार सुझाता है।
Free
One-time purchase
## Review Summary
The PR looks solid, but has one critical security flaw.
### Critical
**auth.ts:15** — Unsalted MD5 used for passwords.
```typescript
const hash = crypto.createHash('md5').update(password).digest('hex');
```
Use Argon2 or bcrypt instead to prevent rainbow table attacks.by PromptSpace
आपके कोड में बग्स, सुरक्षा कमज़ोरियाँ, लॉजिक त्रुटियाँ, परफॉर्मेंस समस्याएँ और स्टाइल उल्लंघनों की समीक्षा करता है। निष्कर्षों को गंभीरता के अनुसार व्यवस्थित करता है और कोड उदाहरणों के साथ सुधार सुझाता है।
Free
One-time purchase
⚡ Skill ready to install in Claude Code, Gemini CLI, or any MCP-compatible client. Read the install guides →
## Review Summary
The PR looks solid, but has one critical security flaw.
### Critical
**auth.ts:15** — Unsalted MD5 used for passwords.
```typescript
const hash = crypto.createHash('md5').update(password).digest('hex');
```
Use Argon2 or bcrypt instead to prevent rainbow table attacks.किसी टीममेट का इंतज़ार किए बिना अपने हालिया बदलावों पर एक संरचित कोड समीक्षा चलाएँ। यह स्किल सुरक्षा कमज़ोरियों (SQL injection, XSS, authentication bypasses), लॉजिक त्रुटियों, edge cases, परफॉर्मेंस समस्याओं और स्टाइल उल्लंघनों की जाँच करती है।
निष्कर्षों को गंभीरता के अनुसार वर्गीकृत किया जाता है: Critical, Warning और Suggestion। प्रत्येक निष्कर्ष में फ़ाइल, लाइन नंबर, समस्या का विवरण और एक ठोस समाधान शामिल होता है। इसे peer review से पहले पहली जाँच के रूप में, या solo प्रोजेक्ट्स पर एकमात्र समीक्षक के रूप में उपयोग करें।
mkdir -p ~/.claude/skills/code-reviewer && curl -s -X POST 'https://api.promptspace.in/api/skills/code-reviewer/install' | python3 -c "import sys,json; sys.stdout.write(json.load(sys.stdin).get('installInstructions') or '')" > ~/.claude/skills/code-reviewer/SKILL.mdFree skills install directly. Paid skills require purchase - use the download button above after buying.
Security Scanned
Passed automated security review
No special permissions declared or detected
Claude Code
PromptSpace
We build AI agent skill packages for content creators. Specializing in Chinese social media automation.