Prompt Examples

These prompts help guide an LLM through code generation, review, refactoring, red teaming, and documentation tasks.

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]