committing-changes

โดย bitwarden

ข้อตกลงและขั้นตอนการทำงานของ Git commit สำหรับที่เก็บ Bitwarden ใช้เมื่อ commit โค้ด เขียนข้อความ commit หรือเตรียมการเปลี่ยนแปลงสำหรับ commit ถูกเรียกใช้…

npx skills add https://github.com/bitwarden/ai-plugins --skill committing-changes

Git Commit Conventions

Branch Check

Resolve the repository's default branch from the remote rather than assuming main. If the current branch is the default, ask for a branch name before staging or committing. Offer to suggest one and confirm before switching. If the default branch cannot be resolved, say so and confirm the current branch is intended before staging.

Commit Message Format

[PM-XXXXX] <type>: <imperative summary>

<optional body explaining why, not what>

Rules

  1. Ticket prefix: Always include [PM-XXXXX] matching the Jira ticket
  2. Type keyword: Read ${CLAUDE_PLUGIN_ROOT}/references/change-type-labels.md for the full table of conventional commit types and their CI label mappings. If the type cannot be confidently determined, ask the user.

Examples

[PM-12345] feat: Add biometric unlock timeout configuration

Users reported confusion about when biometric prompts appear.
This adds a configurable timeout setting to the security preferences.

Ambiguous cases — choosing between similar types:

# Refactor that also fixes a bug? Use the primary intent:
[PM-12345] fix: Resolve null pointer in vault sync retry logic

# Test-only change:
[PM-12345] test: Add unit tests for biometric timeout edge cases

Followup Commits

Only the first commit on a branch needs the full format (ticket prefix, type keyword, body). Subsequent commits can use a short, descriptive summary with no prefix or body required.

Update error handling in login flow

Pre-Commit Quality Gate

Before staging, run the perform-preflight skill for the full quality gate checklist (tests, lint, security, architecture). Consult the repo's CLAUDE.md for platform-specific build and lint commands.

Skills เพิ่มเติมจาก bitwarden

analyzing-git-sessions
bitwarden
วิเคราะห์ git commits และการเปลี่ยนแปลงภายในกรอบเวลาหรือช่วงของ commits โดยให้สรุปที่มีโครงสร้างสำหรับการตรวจสอบโค้ด การย้อนหลัง บันทึกการทำงาน หรือเซสชัน…
official
figma-to-angular
bitwarden
ทักษะนี้จะเปลี่ยนสเปกการออกแบบจาก Figma ให้เป็นคอมโพเนนต์ Angular ที่สมบูรณ์พร้อมกับสตอรีบุ๊กสตอรีใน Bitwarden Clients monorepo ผลลัพธ์ควรตรงกับการออกแบบทางสายตาในขณะที่ปฏิบัติตามข้อกำหนดของโค้ดเบสทั้งหมด
official
agent-access
bitwarden
Retrieve login credentials, API keys, and secrets (username, password, TOTP) from the user's Bitwarden vault via aac. Use when you need credentials to sign…
official
action-audit
bitwarden
ตรวจสอบการใช้งาน GitHub Actions ทั่วทั้งองค์กร ค้นหาแอ็กชันเฉพาะ (โหมดเหตุการณ์) หรือสแกนไฟล์เวิร์กโฟลว์ทั้งหมดเพื่อหาแอ็กชันที่ไม่เป็นไปตามข้อกำหนด…
official
action-remediate
bitwarden
Remediate GitHub Actions action findings identified by the action-audit skill. Applies the appropriate fix per action type — `@main` ref for internal…
official
analyzing-code-security
bitwarden
ทักษะนี้ควรใช้เมื่อผู้ใช้ขอให้ "วิเคราะห์โค้ดเพื่อหาปัญหาความปลอดภัย", "ตรวจสอบช่องโหว่ OWASP", "ทบทวนโค้ดเทียบกับ CWE Top 25", "ค้นหา…
official
applying-bitwarden-branding
bitwarden
ใช้มาตรฐานแบรนด์ของ Bitwarden — การใช้งานโลโก้ จานสี ตัวอักษร สัญลักษณ์ และกฎการใช้อักษรตัวพิมพ์ใหญ่ — โดยอ้างอิงจาก bitwarden.com/brand และ…
official
architecting-solutions
bitwarden
การออกแบบโซลูชันในระดับทีมให้สอดคล้องกับสถาปัตยกรรมโดยรวมของ Bitwarden ครอบคลุมแนวคิดด้านความปลอดภัย การตัดสินใจเชิงสถาปัตยกรรม...
official