General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
branch: main
Sign in to like and favorite skills
gha_enabled: True branch: main blocked_dirs: ["sweepai/core/prompts.py", "sweep_chat/cypress/e2e/spec.cy.ts"] draft: False description: "sweepai/sweep is a python 3.10 project. The main api endpoints are in sweepai/api.py. All imports should be global (like
import sweepai.utils.github_utils). Write unit tests in the same directory as their corresponding code, i.e. sweepai/api_test.py tests sweepai/api.py. We use pytest for tests. Never use wildcard imports. Use list and tuple for typing instead of typing.List and typing.Tuple."
rules:
# this prints hello world; print('hello world')."