activity
20242026
collaborators
Showing cs.SEShow all

6 papers · 1 filter

cs.SE2026

ProjAgent: Procedural Similarity Retrieval for Repository-Level Code Generation

QiHong Chen, Aaron Imani, Iftekhar Ahmed

Repository-level code generation requires implementing target functions while accounting for complex cross-file dependencies and project-specific conventions. Existing retrieval me…

cs.SE2026

From Anatomy to Smells: An Empirical Study of SKILL.md in Agent Skills

David Boram Hong, Aaron Imani, Iftekhar Ahmed

Agent Skills provide on-demand domain knowledge to LLM agents without requiring model retraining. Each Agent Skill is defined by a mandatory SKILLmd file containing metadata and…

cs.SE2025

Prompting in the Wild: An Empirical Study of Prompt Evolution in Software Repositories

Mahan Tafreshipour, Aaron Imani, Eric Huang +3

The adoption of Large Language Models (LLMs) is reshaping software development as developers integrate these LLMs into their applications. In such applications, prompts serve as th…

cs.SE2024

Investigating the Impact of Code Comment Inconsistency on Bug Introducing

Shiva Radmanesh, Aaron Imani, Iftekhar Ahmed +1

Code comments are essential for clarifying code functionality, improving readability, and facilitating collaboration among developers. Despite their importance, comments often beco…

cs.SE2024

Context Conquers Parameters: Outperforming Proprietary LLM in Commit Message Generation

Aaron Imani, Iftekhar Ahmed, Mohammad Moshirpour

Commit messages provide descriptions of the modifications made in a commit using natural language, making them crucial for software maintenance and evolution. Recent developments i…

cs.SE2024

Does Documentation Matter? An Empirical Study of Practitioners' Perspective on Open-Source Software Adoption

Aaron Imani, Shiva Radmanesh, Iftekhar Ahmed +1

In recent years, open-source software (OSS) has become increasingly prevalent in developing software products. While OSS documentation is the primary source of information provided…