Ollama Prompts
# Ollama Local AI Prompts
## 🎯 Purpose
Prompts and patterns for working with Ollama (local AI) in development workflows — for code review, generation assistance, and offline AI-powered features in apps.
## 📋 Context
- Ollama running locally at `http://localhost:11434`
- Recommended models: `llama3.2`, `codellama`, `deepseek-coder`
- Used both as a developer tool and as an app feature
## 💬 The Prompt / Rules
### Workflow 1: Ollama as a Developer Toolwhen to use it
Community prompt sourced from the open-source GitHub repo serkan-uslu/my-prompts (no explicit license). A "Ollama Prompts" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
serkan-uslu/my-prompts · no explicit license
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions