Tag: bugs

  • 15 AI Prompts To Throw At An Existing Codebase

    15 AI Prompts To Throw At An Existing Codebase

    These work best with tools that can read your whole project at once like Claude Code, Cursor, Aider, etc. The output is only a starting point. Review everything, especially the security stuff. Security 1. Surface every place user input touches the database SQL injection is a problem that never goes away. Legacy code often predates…