skills/shc-commit-push-pr/SKILL.md
Commit, Push & 建立 PR。Use when the user wants to commit changes, push to remote, and create a pull request in one workflow.
npx skillsauth add chen4hao/shc-skills shc-commit-push-prInstall 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.
觸發條件:使用者要求一次完成 commit、push、建立 PR 的完整流程。 關鍵字:commit and push, 建PR, 開PR, create PR, push and PR, 送PR
git status 和 git diff 檢視所有變更gh pr create 建立 Pull Request,包含:
如果有未追蹤的敏感檔案(.env, credentials 等),跳過並警告使用者。
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.