prached-br/my-deepseek-project-api icon
public
Published on 3/31/2025
Sample prompt

Prompts
My prompt
A sample prompt
Hello world!
id: unit_test  # Campo obrigatório
    name: Unit Tests Generator
    description: Generate comprehensive Jest unit tests
    template: |
      Write complete Jest tests for this function covering:
      1. All edge cases
      2. Error handling
      3. Input validation
      Include descriptive comments for each test case.

rules:
  - id: typescript-style  # Estrutura obrigatória
    type: code_style
    description: Pre