docker / labs-ai-tools-for-devs

Project AI For Devs (chat-sdlc) - AI agents running containerized tools
43 stars 5 forks source link

Testing prompts for a fully pylint Indexed python codebase #23

Closed slimslenderslacks closed 2 weeks ago

slimslenderslacks commented 1 month ago
  1. Which files have Error violations?
  2. What are the most common Error violations in my codebase?
  3. Given the most common Error violations, fix all of the files that have those errors.
  4. Are there any violations related to too many public methods?
  5. What is the most common error violation?
  6. How many files have violation X?
  7. Fix all the violations of type {} in file {}

When working on these, can we also take note of the public python repo that we are testing against? @ColinMcNeil has a good set of flask repos here: Flask sample repos