2 papers
cs.SE2026
Does AI Code Review Lead to Code Changes? A Case Study of GitHub Actions
Kexin Sun, Hongyu Kuang, Sebastian Baltes +6
AI-based code review tools automatically review and comment on pull requests to improve code quality. Despite their growing presence, little is known about their actual impact. We…
cs.SE2025
Brevity is the Soul of Wit: Condensing Code Changes to Improve Commit Message Generation
Hongyu Kuang, Ning Zhang, Hui Gao +6
Commit messages are valuable resources for describing why code changes are committed to repositories in version control systems (e.g., Git). They effectively help developers unders…