
Git 狀態摘要。Use when the user wants a quick overview of the current git repository status.
撰寫與執行測試。Use when the user wants to write tests, add test coverage, or run existing tests for specific code.
萃取網路文章、訪談、演講、影片、podcast、電子書(PDF/epub) 的學習重點精華,整理成結構化 markdown 筆記並儲存。當來源為訪談影片或 podcast 時,會自動擷取完整字幕並存為三個 SRT 字幕檔:英文(*.en.srt)、繁體中文(*.zh-tw.srt)、中英雙語(*.en&cht.srt)。當來源為大型內容(如電子書 PDF/epub,超過 50 頁)時,自動分段處理並用子代理並行萃取各段,最後產出分段筆記與彙總筆記。當使用者提供 URL 或本地檔案路徑並要求萃取重點、整理筆記、提取學習精華、summarize key takeaways 時觸發。Use when user shares a URL or local file path and wants to extract insights, distill key takeaways, summarize learnings, or create study notes from articles, interviews, talks, videos, podcasts, essays, blog posts, or books (PDF/epub). When the source is an interview video or podcast, automatically extracts and saves three SRT subtitle files: English (*.en.srt), Traditional Chinese (*.zh-tw.srt), and bilingual (*.en&cht.srt). When the source is a large document (e.g., book PDF/epub over 50 pages), automatically segments content and processes each segment in parallel using subagents, producing per-segment notes and a consolidated summary.
Commit, Push & 建立 PR。Use when the user wants to commit changes, push to remote, and create a pull request in one workflow.
除錯模式。Use when the user reports a bug, error, or unexpected behavior and wants systematic debugging help.
Code Review。Use when the user asks to review code changes, check code quality, or wants a thorough review before committing/merging.
技術債掃描。Use when the user wants to scan for technical debt, code smells, or quality issues in the codebase.
解釋程式碼。Use when the user asks to explain code, understand how something works, or wants a deep dive into a file/function/module.
安全重構。Use when the user wants to refactor code safely with a plan-first approach.