con un clic
waldo.TeamsChatNotifier
waldo.TeamsChatNotifier contiene 4 skills recopiladas de waldo1001, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Release a new version (patch, minor, or major). Use when: user asks to release, bump version, publish, cut a release, do a patch/minor/major release, tag a version.
Commit and push changes to the remote repository. Use when: user explicitly asks to commit, push, commit and push, ship it, send it, or push changes. NEVER commit or push without the user asking.
Run, start, or launch the Teams Chat Notifier Electron app in development mode. Use when: user asks to run the app, start the app, launch dev mode, or open the application locally.
Test-Driven Development workflow for this project. Use when: writing new code, implementing features, fixing bugs, adding functionality, creating new modules, refactoring. ALWAYS apply TDD: write tests first, verify they fail, implement code, verify tests pass. Use when: any code change, new feature, bug fix, refactoring.