AutoRepro turns an Issue into clear repro steps and a shareable workspace. It auto-detects the repo stack, generates a ready devcontainer, and writes a prioritized Repro Plan (repro.md) with explicit assumptions. MVP commands: scan, init, plan (no execution). Roadmap: auto failing test + Draft PR.

1 stars 0 forks 1 watchers Python Apache License 2.0
2 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue outlines a long-term strategic roadmap focused on three key areas: API Design Enhancement, Code Quality Metrics, and Developer Experience. It proposes significant improvements such as designing a clean, async-supported Python API, implementing automated code complexity and performance benchmarking, and enhancing developer tooling with environment setup automation and IDE integration. These initiatives aim to fundamentally improve the project's architecture, maintainability, and overall developer productivity.

Complexity: 5/5
help wanted

AutoRepro turns an Issue into clear repro steps and a shareable workspace. It auto-detects the repo stack, generates a ready devcontainer, and writes a prioritized Repro Plan (repro.md) with explicit assumptions. MVP commands: scan, init, plan (no execution). Roadmap: auto failing test + Draft PR.

Python
Medium-Term Improvements about 2 months ago

AI Summary: This issue outlines a set of medium-term architectural improvements for the project, focusing on three key areas. It proposes enhancing the configuration system with centralization, validation, and file support, and bolstering the testing infrastructure by adding performance regression tests, code complexity monitoring, and automated refactoring validation. Additionally, it aims to improve modularization by splitting the CLI, extracting core business logic, and implementing a plugin architecture for commands.

Complexity: 5/5
help wanted

AutoRepro turns an Issue into clear repro steps and a shareable workspace. It auto-detects the repo stack, generates a ready devcontainer, and writes a prioritized Repro Plan (repro.md) with explicit assumptions. MVP commands: scan, init, plan (no execution). Roadmap: auto failing test + Draft PR.

Python