ワンクリックで
quickfix
Reformat file references from conversation into vim quickfix format.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Reformat file references from conversation into vim quickfix format.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Baseline conventions for writing or editing code in any repo. Load before writing/editing source. Yields to repository-specific guidelines (CLAUDE.md, style configs, existing patterns) on any conflict.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Hammerspoon dictation setup. Load when discussing dictation, voice input, or CopyQ.
Load when asked to teach, explain deeper, or expand on concepts from the conversation.
SOC 職業分類に基づく
| name | quickfix |
| description | Reformat file references from conversation into vim quickfix format. |
Convert file references in the conversation to vim quickfix
format. Output a fenced code block that can be loaded via
:cgetbuffer or yanked into a quickfix list.
path/to/file:line:0: message
File.ts:42, src/foo.ts line 10)Input from conversation:
src/components/Button.tsx:42 — handler missing src/utils/format.ts:10 — unused import
Output:
src/components/Button.tsx:42:0: handler missing
src/utils/format.ts:10:0: unused import