This GitHub Pages site is the official research artifact homepage for the paper:
IssueExec: A Test-Driven Approach for Localizing Software Engineering Issues
The site brings together the paper's implementation and supporting materials:
- Source code and reproduction instructions: code-philia/IssueExec
- Stage-by-stage LLM prompts and notes
- Theoretical motivation and empirical study details
- Good and bad illustrative localization cases
The site is static and can be previewed from the repository root with any local web server:
python -m http.server 8000Then open http://localhost:8000.
The main branch is deployed automatically to code-philia.github.io/IssueExec.github.io by the GitHub Pages workflow in .github/workflows/pages.yml.