소개
This skill automates the critical second phase of the OSS contribution workflow, bridging the gap between an issue report and actual code changes. It extracts functional requirements from bugs, features, or refactoring tasks, explores the project's directory structure and coding conventions, and identifies the precise files and functions needing modification. By tracing execution paths and performing dependency impact analysis, it ensures contributors have a deep, actionable understanding of the codebase before writing a single line of code, leading to higher-quality pull requests and faster maintainer approval.