Automatically create a git commit message based on current staged changes
Idioma del texto original: inglés
Menú
SkillsMP ha recopilado 8 skills de 2SSK/dot-files. Abre una skill para revisar su origen y sus detalles.
Mostrando 8 de 8 skills recopiladas.
Automatically create a git commit message based on current staged changes
Idioma del texto original: inglés
C++ development best practices. Modern C++20/23, RAII, zero-overhead abstractions, safety. Use when writing C++ code.
Idioma del texto original: inglés
Docker and container best practices. Multi-stage builds, security, optimization. Use when creating Dockerfiles.
Idioma del texto original: inglés
Go development best practices. Idiomatic Go, error handling, concurrency patterns, testing. Use when writing Go code.
Idioma del texto original: inglés
Observability best practices. Logging, metrics, tracing, alerting. Essential for production services. Use for any backend service.
Idioma del texto original: inglés
React Native development. Cross-platform code, native modules, performance. Use when building mobile apps.
Idioma del 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 del 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 del texto original: inglés