Toolverse
All skills

git-commit-specification

by TencentBlueKing

Git 提交规范,涵盖 commit message 格式(feat/fix/refactor)、Issue 关联、分支命名、PR 提交准备、rebase 使用。当用户提交代码、编写 commit message、创建分支或准备 PR 时使用。

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
DevOps

About this skill

Git 提交规范,涵盖 commit message 格式(feat/fix/refactor)、Issue 关联、分支命名、PR 提交准备、rebase 使用。当用户提交代码、编写 commit message、创建分支或准备 PR 时使用。

How to use

  1. Zainstaluj umiejętność w swoim środowisku MCP lub agencje AI – sprawdź dokumentację repozytorium TencentBlueKing, aby pobrać najnowszą wersję z gałęzi master.

  2. Przed każdym commitem zapoznaj się z typami zmian: użyj feat dla nowych funkcji, fix dla poprawek błędów, refactor dla zmian strukturalnych, perf dla optymalizacji wydajności, test dla testów, docs dla dokumentacji, chore dla zmian w narzędziach budowania, del dla usunięć wymagających specjalnej zgody.

  3. Formatuj wiadomość commita zgodnie ze standardem: zacznij od typu zmany, dwukropka i spacji, następnie krótki opis, na końcu dodaj numer issue (np. feat: dodaj obsługę szablonów pipeline'u #1234). Opcjonalnie dodaj zakres w nawiasach: feat(process): opis.

  4. Podczas tworzenia nowej gałęzi stosuj konwencję nazewnictwa: feature/nazwa-funkcji dla nowych funkcji, bugfix/nazwa-problemu dla poprawek, hotfix/nazwa-krytycznego-problemu dla pilnych zmian.

  5. Przed przesłaniem pull requesta wykonaj rebase, aby wyczyścić historię commitów: uruchom git rebase -i HEAD~5 (dostosuj liczbę commitów do potrzeb), a następnie zsynchronizuj z kodem upstream za pomocą git fetch upstream i git rebase upstream/develop.

  6. Przed finalnym push'em sprawdź checklist: commit message jest zgodny z formatem, issue jest powiązany, commity zostały wyczyszczone rebase'em, brak danych wrażliwych w kodzie, kod przeszedł testy lokalne.

Related skills

cloudflare-manager

by qdhenry

Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun

DevOps
20122

docker-containerization

by openclaw

This skill should be used when containerizing applications with Docker, creating Dockerfiles, docker-compose configurations, or deploying containers to various platforms. Ideal for Next.js, React, Node.js applications requiring containerization for development, production, or

DevOps
1334

streamlit

by sverzijl

When working with Streamlit web apps, data dashboards, ML/AI app UIs, interactive Python visualizations, or building data science applications with Python

DevOps
49161

proxmox-full

by openclaw

Complete Proxmox VE management - create/clone/start/stop VMs and LXC containers, manage snapshots, backups, storage, and templates. Use when user wants to manage Proxmox infrastructure, virtual machines, or containers.

DevOps
1449

senior-computer-vision

by davila7

World-class computer vision skill for image/video processing, object detection, segmentation, and visual AI systems. Expertise in PyTorch, OpenCV, YOLO, SAM, diffusion models, and vision transformers. Includes 3D vision, video analysis, real-time processing, and production

DevOps
1044

drawio-diagrams-enhanced

by jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams,

DevOps
918943