by PromptSpace
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
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
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
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.Run a structured code review on your recent changes without waiting for a teammate. This skill checks for security vulnerabilities (SQL injection, XSS, authentication bypasses), logic errors, edge cases, performance issues, and style violations.
Findings are organized by severity: Critical, Warning, and Suggestion. Each finding includes the file, line number, a description of the issue, and a concrete fix. Use it as a first pass before peer review, or as your only reviewer on solo projects.
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.