Prompt Examples
These prompts help guide an LLM through code generation, review, refactoring, red teaming, and documentation tasks.
- Coding Prompt for R Script Generation
- R Code Refactoring Prompt Example
- Red Teaming Prompt Example
- GitHub Repository Documentation Guidelines
flowchart TB
accTitle: Prompt template usage sequence
accDescr: A vertical flow showing project plans, coding prompts, red-team review, refactoring, and documentation.
A[Project plan] --> B[Coding prompt]
B --> C[Generated script]
C --> D[Red teaming prompt]
D --> E[Refactoring prompt]
E --> F[Documentation guidelines]