commit-changes

bởi tldraw

Tạo một git commit cho các thay đổi hiện tại. Sử dụng khi được yêu cầu commit các thay đổi, tạo commit, tạo thông điệp commit, hoặc commit worktree hiện tại với…

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.

Thêm skills từ tldraw

review-docs
tldraw
Xem xét và cải thiện tài liệu với vòng lặp đánh giá song song và cải tiến lặp đi lặp lại.
official
clean-copy
tldraw
Triển khai lại nhánh hiện tại trên một nhánh mới với lịch sử commit git sạch sẽ, có chất lượng tường thuật. Sử dụng khi được yêu cầu tạo một nhánh sao chép sạch, dọn dẹp commit…
official
dotcom-release-crew
tldraw
Đăng lên
official
dotcom-release-marketing
tldraw
Đăng tóm tắt bằng ngôn ngữ đơn giản về những gì được phát hành trong bản cập nhật tldraw.com (dotcom) tuần này lên kênh Discord của đội marketing. Dùng khi chuẩn bị…
official
issue
tldraw
Tạo và nghiên cứu một issue GitHub trong kho lưu trữ tldraw từ mô tả của người dùng. Sử dụng khi người dùng gọi issue, yêu cầu tạo issue, báo cáo lỗi,…
official
pr
tldraw
Tạo hoặc cập nhật một pull request cho nhánh hiện tại trong kho lưu trữ tldraw. Sử dụng khi người dùng gọi pr, yêu cầu tạo PR, cập nhật PR hiện có, push…
official
pr-walkthrough
tldraw
Tạo video hướng dẫn có lời tường thuật về một pull request với các slide mã và tường thuật âm thanh. Sử dụng khi được yêu cầu tạo PR walkthrough, video PR, hoặc hướng dẫn…
official
shepherd-pr
tldraw
shepherd-pr — kỹ năng có thể cài đặt cho các tác nhân AI, được phát hành bởi tldraw/tldraw.
official