-
Code Review, Dev & Data
Documentation & Readability Enhancer
What This Prompt Does:
Turn ‘spaghetti code’ into a masterpiece. This prompt adds meaningful comments, follows naming conventions (PascalCase, camelCase, etc.), and generates README-ready documentation for any function or class.Key…
-
Code Review, Dev & Data
Legacy Code Refactorer
What This Prompt Does:
Modernize outdated code snippets. This prompt translates deprecated syntax and old patterns into modern, clean, and supported standards (e.g., ES5 to ES6+, or Python 2 to 3).…
-
Code Review, Dev & Data
Performance & Efficiency Auditor
What This Prompt Does:
Speed up your application by identifying bottlenecks. This prompt analyzes Big O complexity, redundant loops, and memory-heavy operations, suggesting optimized alternatives to make your code run lean… -
Code Review, Dev & Data
Security Vulnerability Scanner
What This Prompt Does:
Protect your codebase from common exploits. This prompt acts as a security auditor, scanning your code for SQL injections, XSS vulnerabilities, and insecure dependencies while providing patching…
