skills/shc-git-summary/SKILL.md
Git 狀態摘要。Use when the user wants a quick overview of the current git repository status.
npx skillsauth add chen4hao/shc-skills shc-git-summaryInstall 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.
觸發條件:使用者要求快速總覽目前 Git 倉庫的狀態。 關鍵字:git status, git summary, git 狀態, 目前分支, 現在什麼狀態, repo status
執行以下指令並整理結果:
git status
git log --oneline -10
git branch -a
git stash list
以簡潔的格式呈現:
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.