What problem does it solve? When discussing code with an AI assistant, you often want to jump straight to the relevant lines in your editor to act on them. This Skill opens the discussed files in Emacs and activates a region around the exact code under discussion, so you can immediately narrow, copy, refactor, or comment without manual navigation. ## Core Features & Use Cases - Multi-file region selection: Opens one or more files via emacsclient --eval and sets point and mark on the relevant line ranges in each. - Context-aware targeting: Derives the files and line ranges from the most recent conversation, such as a function just modified or a block containing an error. - Fallback behavior: Selects the entire relevant function or block when no precise region is apparent, and informs the user when nothing relevant exists. - Use Case: After the assistant rewrites a function in parser.el, invoke /select to open that file in Emacs with the rewritten function highlighted, ready for review or further edits. ## Quick Start Invoke /select after discussing a code change to open the relevant files in Emacs with the discussed region highlighted.