1 Open Issue Need Help Last updated: Jul 16, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a TypeScript CLI utility that uses the Azure OpenAI API, GitHub API, and Commander.js to analyze TypeScript bug reports. The tool should determine if a bug still reproduces, requires a language service, is moot due to deprecated configurations, or is performance-related. For CLI-testable bugs, it should generate files, run `tsc`, and compare expected vs. actual behavior. Results are output as JSON, which can then be used to generate a markdown comment for closing or updating the GitHub issue.

Complexity: 5/5
help wanted