Automatically create a git commit message based on current staged changes
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٨ من skills من 2SSK/dot-files. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٨ من أصل ٨ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية