What problem does it solve? GitHub issue and PR descriptions often mention file paths, function names, technical terms, and other issues as plain text, forcing readers to manually search for each reference. This Skill detects those references and converts them into clickable links without altering the original wording. ## Core Features & Use Cases - File Path and Code Linking: Converts file paths, class names, and function names into GitHub permalinks with line numbers after verifying they actually exist in the repository. - Technical Term Linking: Links library names, RFCs, and cloud service names to their official documentation or repositories. - GitHub Cross-Reference Conversion: Transforms plain-text mentions like "issue 123" into #123 format and commit SHAs into commit links. - Use Case: After writing a detailed bug report referencing src/auth/login.ts:42 and a related discussion in another issue, run this Skill to turn every reference into a verified link while keeping your text untouched. ## Quick Start Link the technical terms and file paths in PR number 15 of this repository without changing the body text.