ワンクリックで
waldo.TeamsChatNotifier
waldo.TeamsChatNotifier には waldo1001 から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
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.