mrosano1987/git_daily_review — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python tool called Git Daily Review that can automatically review my team’s Git commits each day and create clear Markdown reports.

I want a simple browser setup wizard where I can add one or more local Git repositories, choose an AI provider like Claude, OpenAI, Gemini, or local Ollama, set quality rules, add project context, and choose when the review should run. After setup, it should generate config files so I don’t have to edit YAML manually.

The daily review script should collect commits and diffs for today or a chosen date range, send useful context to the selected AI model, optionally call a RAG service if configured, then write a report with issues grouped by severity, a quality score, trends, and a history index. It should work on macOS, Linux, and Windows scheduling. Include helpful command line options, logs, VS Code tasks, and good error handling, especially around missing API keys, Git problems, and Python virtual environment setup.

Want more depth? Deep Reverse