Explore 1154+ professional Arabic prompts
Open for everyone — no signup required
7 results
Systematic Bug-Tracing and Fix Helper
freeAnalyze a bug through a structured hypothesis method, isolate the root cause, and deliver a complete runnable fix with no TODOs or stubs, pl
Comprehensive Test Suite with Edge-Case Coverage
freeWrite an organized test suite (happy, edge, failure, security) for a code unit using the right framework, with complete runnable test code a
Explain Unfamiliar Code with Flow Map and Hidden Risks
freeExplain unfamiliar code at three levels (overview, line-by-line, flow), surfacing hidden risks and implicit assumptions, without inventing b
Relational Schema Design with Indexing Strategy
freeDesign a normalized relational schema with keys, constraints, and indexes justified by real queries plus a migration plan, without inventing
Methodical Performance Profiling and Optimization Plan
freeMethodically profile a system from real measurements, locate bottlenecks, and propose impact-ranked optimizations while warning against prem
Production Prompt Engineering for an LLM Feature
freeDesign a production system prompt for an LLM feature with precise role, output, and guardrails, plus testing and anti-injection strategy, wi
Auditable Data-Cleaning Pipeline
freeWrite a data-cleaning pipeline detecting anomalies, missing values, and duplicates with documented rules, a before/after quality report, and