skills/shc-explain/SKILL.md
解釋程式碼。Use when the user asks to explain code, understand how something works, or wants a deep dive into a file/function/module.
npx skillsauth add chen4hao/shc-skills shc-explainInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
觸發條件:使用者要求解釋程式碼、理解某段程式如何運作、或深入了解某個檔案/函式/模組。 關鍵字:explain, 解釋, 這段在幹嘛, 怎麼運作, how does this work, walk me through
請用淺顯易懂的方式說明,適合想快速理解這段程式碼的開發者閱讀。
development
撰寫與執行測試。Use when the user wants to write tests, add test coverage, or run existing tests for specific code.
development
技術債掃描。Use when the user wants to scan for technical debt, code smells, or quality issues in the codebase.
development
Code Review。Use when the user asks to review code changes, check code quality, or wants a thorough review before committing/merging.
development
安全重構。Use when the user wants to refactor code safely with a plan-first approach.