Use when adding or changing an HTTP route under services/api. Walks the exact steps so the new route follows Helpline's gateway conventions.
原文の言語: 英語
メニュー
SkillsMP は coleam00/helpline から 4 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 4 件中 4 件を表示しています。
Use when adding or changing an HTTP route under services/api. Walks the exact steps so the new route follows Helpline's gateway conventions.
原文の言語: 英語
Use when creating or editing code under services/billing. Enforces Helpline's money-handling rules — integer cents only, seat limits, and BillingError for every violation.
原文の言語: 英語
Use after changing code, before claiming work is done — picks the correctly scoped pytest command instead of running the whole suite. Helps avoid the timeout-and-context-waste of full-suite runs on a one-service change.
原文の言語: 英語
Use after changing code, before claiming work is done — run the test command scoped to what you changed instead of the whole suite, to avoid the timeout and context waste of full-suite runs on a small change.
原文の言語: 英語