git-commits
Instructions on how to author git commits
What this skill does
# Git Commit Best Practices ## Commit Message Structure 1. **First Line Guidelines** - Limit to 50 characters or less - Use a gitmoji at the start to indicate commit type - Provide a clear, concise summary of the change - Capitalize the first letter - Do not end with a period 2. **Message Body** - Leave a blank line after the first line - Explain the motivation for the change - Describe how the change solves the problem - Use bullet points for clarity - Wrap lines at 72 characters ## Gitmoji Reference Always start your commit message with an appropriate gitmoji to quickly communicate the commit's purpose: | Emoji | Code | Description | |-------|------|-------------| | ๐จ | `:art:` | Improve structure / format of the code | | โก๏ธ | `:zap:` | Improve performance | | ๐ฅ | `:fire:` | Remove code or files | | ๐ | `:bug:` | Fix a bug | | ๐๏ธ | `:ambulance:` | Critical hotfix | | โจ | `:sparkles:` | Introduce new features | | ๐ | `:memo:` | Add or update documentation | | ๐ | `:rocket:` | Deploy stuff | | ๐ | `:lipstick:` | Add or update the UI and style files | | ๐ | `:tada:` | Begin a project | | โ | `:white_check_mark:` | Add, update, or pass tests | | ๐๏ธ | `:lock:` | Fix security or privacy issues | | ๐ | `:closed_lock_with_key:` | Add or update secrets | | ๐ | `:bookmark:` | Release / Version tags | | ๐จ | `:rotating_light:` | Fix compiler / linter warnings | | ๐ง | `:construction:` | Work in progress | | ๐ | `:green_heart:` | Fix CI Build | | โฌ๏ธ | `:arrow_down:` | Downgrade dependencies | | โฌ๏ธ | `:arrow_up:` | Upgrade dependencies | | ๐ | `:pushpin:` | Pin dependencies to specific versions | | ๐ท | `:construction_worker:` | Add or update CI build system | | ๐ | `:chart_with_upwards_trend:` | Add or update analytics or track code | | โป๏ธ | `:recycle:` | Refactor code | | โ | `:heavy_plus_sign:` | Add a dependency | | โ | `:heavy_minus_sign:` | Remove a dependency | | ๐ง | `:wrench:` | Add or update configuration files | | ๐จ | `:hammer:` | Add or update development scripts | | ๐ | `:globe_with_meridians:` | Internationalization and localization | | โ๏ธ | `:pencil2:` | Fix typos | | ๐ฉ | `:poop:` | Write bad code that needs to be improved | | โช๏ธ | `:rewind:` | Revert changes | | ๐ | `:twisted_rightwards_arrows:` | Merge branches | | ๐ฆ๏ธ | `:package:` | Add or update compiled files or packages | | ๐ฝ๏ธ | `:alien:` | Update code due to external API changes | | ๐ | `:truck:` | Move or rename resources (e.g.: files, paths, routes) | | ๐ | `:page_facing_up:` | Add or update license | | ๐ฅ | `:boom:` | Introduce breaking changes | | ๐ฑ | `:bento:` | Add or update assets | | โฟ๏ธ | `:wheelchair:` | Improve accessibility | | ๐ก | `:bulb:` | Add or update comments in source code | | ๐ป | `:beers:` | Write code drunkenly | | ๐ฌ | `:speech_balloon:` | Add or update text and literals | | ๐๏ธ | `:card_file_box:` | Perform database related changes | | ๐ | `:loud_sound:` | Add or update logs | | ๐ | `:mute:` | Remove logs | | ๐ฅ | `:busts_in_silhouette:` | Add or update contributor(s) | | ๐ธ | `:children_crossing:` | Improve user experience / usability | | ๐๏ธ | `:building_construction:` | Make architectural changes | | ๐ฑ | `:iphone:` | Work on responsive design | | ๐คก | `:clown_face:` | Mock things | | ๐ฅ | `:egg:` | Add or update an easter egg | | ๐ | `:see_no_evil:` | Add or update a .gitignore file | | ๐ธ | `:camera_flash:` | Add or update snapshots | | โ๏ธ | `:alembic:` | Perform experiments | | ๐๏ธ | `:mag:` | Improve SEO | | ๐ท๏ธ | `:label:` | Add or update types | | ๐ฑ | `:seedling:` | Add or update seed files | | ๐ฉ | `:triangular_flag_on_post:` | Add, update, or remove feature flags | | ๐ฅ | `:goal_net:` | Catch errors | | ๐ซ | `:dizzy:` | Add or update animations and transitions | | ๐๏ธ | `:wastebasket:` | Deprecate code that needs to be cleaned up | | ๐ | `:passport_control:` | Work on code related to authorization, roles and permissions | | ๐ฉน | `:adhesive_bandage:` | Simple fix for a non-critical issue | | ๐ง | `:monocle_face:` | Data exploration/inspection | | โฐ๏ธ | `:coffin:` | Remove dead code | | ๐งช | `:test_tube:` | Add a failing test | | ๐ | `:necktie:` | Add or update business logic | | ๐ฉบ | `:stethoscope:` | Add or update healthcheck | | ๐งฑ | `:bricks:` | Infrastructure related changes | | ๐งโ๐ป | `:technologist:` | Improve developer experience | | ๐ธ | `:money_with_wings:` | Add sponsorships or money related infrastructure | | ๐งต | `:thread:` | Add or update code related to multithreading or concurrency | | ๐ฆบ | `:safety_vest:` | Add or update code related to validation | | โ๏ธ | `:airplane:` | Improve offline support | | ๐ฆ | `:t-rex:` | Code that adds backwards compatibility | ## Example Commit Message ``` โจ Add user authentication middleware - Implement JWT-based authentication - Create middleware to validate user tokens - Add error handling for unauthorized requests Resolves #123 ``` ## Additional Best Practices - Avoid generic messages like "Fix bug" or "Update code" - Be specific about the changes and their impact - Reference issue numbers when applicable - Do not explain HOW the code works in the commit message - Focus on explaining WHY the change was made - Never add automatic Co-Authored-By or attribution lines
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.