Search papers, labs, and topics across Lattice.
This paper introduces SentTrack, a dual-lens framework designed to identify socio-technical bottlenecks in GitHub issue discussions by leveraging sentiment analysis and conversational dynamics. By analyzing approximately 9,000 issue threads from the AvaloniaUI repository, the study reveals that nearly half of the threads stagnated, with a significant resolution gap identified as a primary bottleneck signal. The framework's innovative scoring engine provides maintainers with actionable insights to prioritize high-friction discussions, ultimately enhancing workflow efficiency in software development.
Nearly half of GitHub issue threads stagnate, revealing a critical resolution gap that SentTrack can help prioritize for faster development.
Software engineering teams increasingly depend on GitHub issue threads to coordinate work, report bugs, and negotiate technical decisions, yet most repository health tools focus on code metrics and ignore the conversational dynamics that drive or stall development. This paper presents SentTrack, a dual-lens framework for detecting socio-technical bottlenecks from GitHub issue discussions. Applied to the AvaloniaUI open-source repository across approximately 9,000 issue threads, the framework addresses three questions: how to automate workflow-inefficiency detection from real-time conversational data, whether sentiment signals can surface risk earlier than traditional label-based methods, and how to isolate human narrative from machine-generated noise in mixed-media issue text. SentTrack combines two complementary pipelines. A horizontal pipeline translates raw issue reports into clean summaries using a large language model, extracts mid-level concern phrases, and clusters them through UMAP and HDBSCAN, producing 613 semantic clusters from the first 3,608 issues processed. A vertical pipeline applies the ABCDE collaborative interaction framework to classify each comment and infer thread-level outcomes. Across the full corpus, 49\% of threads ended in stagnation and only 13\% reached resolution, with the resolution gap identified as the dominant bottleneck signal. A weighted scoring engine that combines negativity, stagnation, resolution gap, and thread length gives maintainers an interpretable prioritization tool for high-friction discussions before they stall development.