Automatically create a git commit message based on current staged changes
Idioma do texto original: inglês
Menu
O SkillsMP coletou 8 skills de 2SSK/dot-files. Abra uma skill para revisar a origem e os detalhes.
Mostrando 8 de 8 skills coletadas.
Automatically create a git commit message based on current staged changes
Idioma do texto original: inglês
C++ development best practices. Modern C++20/23, RAII, zero-overhead abstractions, safety. Use when writing C++ code.
Idioma do texto original: inglês
Docker and container best practices. Multi-stage builds, security, optimization. Use when creating Dockerfiles.
Idioma do texto original: inglês
Go development best practices. Idiomatic Go, error handling, concurrency patterns, testing. Use when writing Go code.
Idioma do texto original: inglês
Observability best practices. Logging, metrics, tracing, alerting. Essential for production services. Use for any backend service.
Idioma do texto original: inglês
React Native development. Cross-platform code, native modules, performance. Use when building mobile apps.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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.
Idioma do texto original: inglês