Llama Prompts
Troubleshooting Guide Generator
Generates structured troubleshooting guides with symptom-based navigation, diagnostic decision trees, and step-by-step resolution procedures for common technical problems.
Incident Runbook and Playbook Creator
Generates structured incident response runbooks with triage procedures, diagnostic commands, escalation paths, and resolution steps for common production incidents.
Developer Onboarding Documentation Builder
Generates a comprehensive developer onboarding guide with environment setup, codebase orientation, key workflows, team conventions, and first-task walkthroughs for new team members.
Architecture Decision Record Template
Generates structured Architecture Decision Records (ADRs) that document technical decisions with context, considered alternatives, trade-off analysis, and consequences for team alignment.
Changelog and Release Notes Generator
Generates professional changelogs and user-facing release notes from commit history or feature lists, following Keep a Changelog format with audience-appropriate language.
Migration Guide Writer for Breaking Changes
Generates comprehensive migration guides for library upgrades, API changes, and framework migrations with step-by-step instructions, codemods, and rollback procedures.
Frontend Render Cycle Debugger
Diagnoses unnecessary re-renders, component update cycles, and virtual DOM inefficiencies in frontend frameworks, providing targeted fixes to eliminate wasted renders.
Database Query Performance Profiler
Analyzes slow database queries by examining execution plans, index usage, join strategies, and lock contention, then provides optimized queries with indexing recommendations.
API Response Debugger and Mock Generator
Diagnoses API response issues by analyzing payloads, status codes, and headers, then generates mock responses and test fixtures for reliable frontend development.
Browser DevTools Workflow Generator
Creates structured browser DevTools debugging workflows with panel-specific techniques, breakpoint strategies, performance recording analysis, and network waterfall interpretation.
Race Condition Finder and Fix Generator
Detects race conditions and concurrency bugs in your code by analyzing shared state access, async timing, and thread safety, then generates thread-safe fixes with verification tests.
Dependency Conflict Resolver
Diagnoses and resolves dependency version conflicts, peer dependency issues, and incompatible package combinations with step-by-step resolution strategies and lockfile management.