Skip to main content
GitHub リポジトリ

awell-extensions

awell-extensions には awell-health から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
3
Stars
12
更新
2026-07-09
Forks
10
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

building-awell-extensions
ソフトウェア開発者

Build or extend an Awell extension in this monorepo from a vendor's API docs and a user's intent (e.g. "add an action that sends an SMS via Vendor X", "add a webhook for booking.created"). Use whenever the task is to create a new extension under extensions/ or add an action/webhook/setting to an existing one. Covers the full loop: plan → scaffold → implement (settings, actions, webhooks, error mapping) → test → run/verify with the CLI → PR. Do NOT use for unrelated repo work (src/lib/, the extensions-core framework, CI config, or root dependency changes without an extension need).

2026-07-09
pr-conventions
ソフトウェア開発者

Branch naming, commit messages, PR titles, PR body structure, labels, and the pre-PR checklist for the awell-extensions repo. Use whenever you are about to create a branch, write a commit, or open/title a PR here — for ANY change, not just extensions. Do NOT use for version bumps (CI auto-bumps on merge), release PRs (release/* is owned by the release workflow), or automated dependency PRs.

2026-07-09
testing-awell-extensions
ソフトウェア品質保証アナリスト・テスター

Run, test, and verify an EXISTING Awell extension in this monorepo — execute an action or replay a webhook against the real handler, run its Jest tests, and interpret failures. Use whenever the task is "test / run / try / verify / debug extension X" or "does action Y work". For BUILDING or editing an extension, use the building-awell-extensions skill instead.

2026-07-09