commit-changes

作成者: tldraw

現在の変更に対してgitコミットを作成します。コミットの実行、コミットメッセージの生成、現在のワークツリーのコミットを求められた場合に使用します。

npx skills add https://github.com/tldraw/tldraw --skill commit-changes

Commit changes

Create a focused git commit for the current changes.

Workflow

  1. Gather context:
    • User notes, if provided.
    • Current branch: git branch --show-current.
    • Working tree: git status --short.
    • Staged changes: git diff --cached --stat.
    • Unstaged changes: git diff --stat.
    • Recent commits for style reference: git log -5 --oneline.
  2. Review the changed files.
  3. If there are no changes to commit, tell the user and stop.
  4. If there are unstaged changes, stage the relevant files with git add.
  5. Do not stage files that look like secrets, credentials, API keys, or private environment files.
  6. Write a conventional commit message:
type(scope): brief description

Optional longer explanation if the changes are complex.

Allowed types: feat, fix, refactor, test, docs, chore, perf, style, build, ci.

Message guidelines

  • Keep the first line under 72 characters.
  • Use imperative mood, for example add feature, not added feature.
  • Be specific about what changed and why.
  • Incorporate user-provided context when it clarifies intent.

Commit rules

  • Use git commit -m "message".
  • Do not push.
  • Do not amend unless explicitly requested.
  • Do not use --no-verify.
  • Do not include AI attribution.

If the commit fails because of hooks, fix mechanical formatting, lint, or import issues and retry. If the hook failure reveals a meaningful product or implementation issue, stop and ask the user how to proceed.

tldrawのその他のスキル

review-docs
tldraw
並行評価と反復改善ループを用いてドキュメントをレビューし改善します。
official
clean-copy
tldraw
現在のブランチを、クリーンで物語性のあるgitコミット履歴を持つ新しいブランチに再実装します。クリーンなコピーブランチの作成やコミットの整理を求められたときに使用します。
official
dotcom-release-crew
tldraw
投稿する
official
dotcom-release-marketing
tldraw
今週のtldraw.com(dotcom)リリースで出荷される内容の平易な要約を、マーケティングチームのDiscordチャンネルに投稿する。準備時に使用…
official
issue
tldraw
ユーザーの説明からtldrawリポジトリにGitHub issueを作成・調査します。ユーザーがissueを呼び出したり、issueの作成やバグ報告を依頼した場合に使用します。
official
pr
tldraw
現在のブランチでtldrawリポジトリにプルリクエストを作成または更新します。ユーザーがprを呼び出したり、PRの作成、既存のPRの更新、プッシュなどを依頼した場合に使用します。
official
pr-walkthrough
tldraw
プルリクエストのナレーション付きビデオウォークスルーを作成します。コードスライドと音声ナレーションを使用します。PRウォークスルー、PRビデオ、ウォークスルーの作成を求められたときに使用します。
official
shepherd-pr
tldraw
shepherd-pr — tldraw/tldraw が公開する、AIエージェント向けのインストール可能なスキル。
official