Automatically create a git commit message based on current staged changes
원문 언어: 영어
메뉴
SkillsMP는 2SSK/dot-files에서 8개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 8개 중 8개를 표시합니다.
Automatically create a git commit message based on current staged changes
원문 언어: 영어
C++ development best practices. Modern C++20/23, RAII, zero-overhead abstractions, safety. Use when writing C++ code.
원문 언어: 영어
Docker and container best practices. Multi-stage builds, security, optimization. Use when creating Dockerfiles.
원문 언어: 영어
Go development best practices. Idiomatic Go, error handling, concurrency patterns, testing. Use when writing Go code.
원문 언어: 영어
Observability best practices. Logging, metrics, tracing, alerting. Essential for production services. Use for any backend service.
원문 언어: 영어
React Native development. Cross-platform code, native modules, performance. Use when building mobile apps.
원문 언어: 영어
Use when the user wants to commit, push, and open a pull request for the current changes. Stages relevant files, writes a descriptive commit message, pushes the branch, opens a PR against main, and posts an /oc review comment so opencode automatically reviews…
원문 언어: 영어
Test-Driven Development workflow. Write failing test first, implement code to pass, then refactor. Essential for all languages: Go, TypeScript, C++, Python. Use before any implementation task.
원문 언어: 영어