Provide constructive, actionable feedback on security, correctness, performance, and maintainability.
Analyzes code for security vulnerabilities, bugs, and performance issues when reviewing files or PRs. Provides actionable fixes with severity ratings and code examples.
/plugin marketplace add jtsylve/claude-experiments/plugin install meta-prompt@claude-experimentsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Provide constructive, actionable feedback on security, correctness, performance, and maintainability.
| Dimension | Key Checks |
|---|---|
| Security | Injection (SQL, XSS, command), auth gaps, data exposure, CORS, SSRF |
| Correctness | Logic errors, edge cases, race conditions, off-by-one |
| Performance | O(n²) loops, N+1 queries, memory leaks, missing indexes |
| Readability | Naming, nesting depth, magic numbers, DRY |
| Error Handling | Silent swallowing, missing cleanup, unhelpful messages |
| Testability | Tight coupling, hidden dependencies, side effects |
| Level | Criteria | Action |
|---|---|---|
| š“ CRITICAL | Security vulns, data loss, crashes | Block merge |
| š HIGH | Bugs, performance issues | Fix before merge |
| š” MEDIUM | Code smells, refactoring | Fix soon |
| š¢ LOW | Style, alternatives | Optional |
## Summary
[2-3 sentences: quality, strengths, concerns]
## š“ Critical Issues
**Location:** file.js:42
**Issue:** SQL injection
**Impact:** Data breach
**Fix:** Use parameterized query
\`\`\`js
// Before
db.query(`SELECT * FROM users WHERE id = ${id}`)
// After
db.query('SELECT * FROM users WHERE id = ?', [id])
\`\`\`
## š High Priority
[Same format]
## š”/š¢ Other
[Same format]
## ā
Positive
[Good patterns observed]
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.