Llama Prompts
Network Request Debugger
Diagnoses network request failures by analyzing HTTP exchanges, identifying timeout patterns, SSL issues, CORS problems, and providing targeted fixes with curl equivalents for reproduction.
Error Log Parser and Pattern Analyzer
Analyzes error logs to identify recurring patterns, correlate failures across services, extract actionable root causes, and generate prioritized fix recommendations.
Performance Profiler and Bottleneck Finder
Analyzes application code to identify performance bottlenecks using systematic profiling techniques, then provides optimizations ranked by impact with benchmarking instructions.
Memory Leak Detector and Fix Guide
Identifies memory leaks in your application code by analyzing allocation patterns, reference cycles, and resource cleanup, then provides targeted fixes with before/after comparisons.
Code Complexity Analyzer and Simplifier
Analyzes code complexity using cyclomatic complexity, cognitive complexity, and nesting depth metrics, then refactors complex functions into simpler, more maintainable alternatives.
Error Handling Audit and Improvement
Audits your codebase for error handling gaps, inconsistent patterns, swallowed exceptions, and missing user feedback, then generates standardized error handling code.
Database Schema Review Checklist
Reviews database schema design for normalization issues, indexing gaps, relationship integrity, naming conventions, and migration safety with specific ALTER statements for improvements.
Accessibility Compliance Code Reviewer
Reviews frontend code for WCAG accessibility compliance, identifying aria attribute issues, keyboard navigation gaps, screen reader problems, and color contrast failures with fix code.
API Contract and Interface Reviewer
Reviews API designs for consistency, backward compatibility, naming conventions, error handling standards, and versioning strategy, generating a contract compliance report.
Test Coverage Analysis and Gap Finder
Analyzes existing test coverage to identify untested critical paths, missing edge cases, and test quality issues, then generates prioritized test cases with implementation code.
Tech Debt Assessment and Prioritization
Systematically identifies, categorizes, and prioritizes technical debt in your codebase with estimated remediation costs, business impact scores, and a phased paydown plan.
Architecture Review Template Generator
Generates a structured architecture review document that evaluates system design decisions, identifies coupling risks, assesses scalability, and recommends improvements with migration paths.