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.
原文の言語: 英語