From tdp
Generate a commit message from the fixed format declared inside this skill. Use when the user asks for commit message, git commit title, 提交訊息, commit 訊息, or wants a project-specific message style without re-checking git history.
npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdpThis skill uses the workspace's default tool permissions.
- The user asks for a commit message for the current project.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Project Format Profile section below.<type>: <摘要><type>(<scope>): <摘要>featfixchoreperfProject Format Profile.Project Format Profile.feat: new feature, new user-facing capability, or completed functional enhancementfix: bug fix, lint cleanup, build blocker fix, regression fix, incorrect logic correctionchore: tooling, config, dependency, non-feature maintenance, script adjustmentperf: performance optimization without intended feature changedocs: documentation-only changesrefactor: code cleanup that does not change behaviortest: test-only changesfeat.fix.fix unless the user clearly wants docs.chore and add scope when useful, for example chore(jsconfig): ....perf.Project Format Profile.修正 task 9 到 13 的 eslint 錯誤 or 修正 eslint 錯誤 depending on the requested specificity.Project Format Profile first and keep the rest of the workflow unchanged unless the new project has a different policy.feat: 新增課程異動通知功能feat(report): 新增執行成果彙總匯出欄位fix: 修正 eslint 錯誤fix: 修正 task 9 到 13 的 eslint 錯誤perf: 優化報表查詢效能fix: 補充 plan 任務 9 之後 function 參數異動需追查 caller 的驗收條件chore(jsconfig): 改用 paths 對齊 webpack alias,移除 baseUrlfix: 移除多餘的 BOM 編碼,確保檔案為 UTF-8 no BOM 格式Project Format Profile.Project Format Profile when applicable.