Open Issues Need Help
View All on GitHub Code me a TypeScript issue validator about 2 months ago
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