Prompt Examples
---
layout: default
title: Prompt Examples
parent: Templates
nav_order: 2
---
# Prompt Examples
These prompts help guide an LLM through code generation, review, refactoring, red teaming, and documentation tasks.
- [Coding Prompt for R Script Generation](CodingPromptForRScript.md)
- [R Code Refactoring Prompt Example](R_CodeRefactoringPromptExample.md)
- [Red Teaming Prompt Example](RedTeamingPromptExample.md)
- [GitHub Repository Documentation Guidelines](GitHubRepoDocumentationGuidelines.md)when to use it
Community prompt sourced from the open-source GitHub repo FritscheLab/practical-genai-coding-guide (GPL-3.0). A "Prompt Examples" 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
FritscheLab/practical-genai-coding-guide · GPL-3.0
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