Skip to main content
Manusで任意のスキルを実行
ワンクリックで
kao273183
GitHub クリエイタープロフィール

kao273183

2 件の GitHub リポジトリにある 33 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
33
リポジトリ
2
更新
2026-06-03
リポジトリエクスプローラー

リポジトリと代表的な skills

bug-report
ソフトウェア品質保証アナリスト・テスター

協助撰寫標準化、可重現的 Bug 報告(RIDER 格式),支援互動式問答、Root Cause 分析、自動建立 JIRA ticket 並發送通知(Slack / Telegram / Line 多管道)。可從 Google Sheet 測試用例批次生成 Bug 報告。當使用者提到「寫 bug 報告」、「回報問題」、「記錄 bug」、「bug report」、「開 bug 單」、「建立 JIRA bug」,或測試發現問題需要記錄,或提供 Google Sheet 測試用例要批次建立 Bug tickets 時使用。即使使用者只是說「這個有問題」或「測試失敗了」,也應觸發。

2026-06-02
publish-regression
ソフトウェア品質保証アナリスト・テスター

Publish manual regression test reports to S3 dashboard. Reads test results from a Google Sheet, generates an HTML report and summary JSON, uploads to S3, rebuilds the index dashboard, and invalidates CloudFront cache. Use when the user says "publish regression", "upload regression report", "publish manual test", "push regression to S3", "update dashboard", or mentions publishing/uploading regression test results to the dashboard. Also trigger when the user has finished manual regression testing and wants to make results visible on the team dashboard.

2026-06-02
qa-signoff
ソフトウェア品質保証アナリスト・テスター

Release 上線前的 QA 放行門(go/no-go gate)。彙整各方訊號——測試通過率、未關 P0/P1 bug、回歸結果、security/compliance/a11y/效能/離線各 gate 的 blocker 數、flaky 狀態、跨平台一致性——算出 readiness 分數,套 hard/soft gate 規則產出 go / no-go 決策,並生成可簽核的 sign-off 文件(含風險聲明 + 條件式放行)。當使用者提到「放行 / sign-off / signoff / go no-go / release readiness / 上線檢查 / 出版檢查表 / QA gate / release gate / 可以上線嗎 / 放行決策 / readiness 評分」時觸發。配套:regression-test(前置,產回歸結果)、smoke-test-analyzer(測試分層通過率)、flaky-test-hunter(flaky 不該擋放行)、security-scan / compliance-test / a11y-audit(各 gate 來源)、publish-regression(放行後發報告)。

2026-06-02
regression-test
ソフトウェア品質保証アナリスト・テスター

為每個 Release 版本生成跨平台(iOS + Android)回歸測試計劃。自動從 JIRA 撈取本次 Release 需求和最近 3 版的嚴重/重複 Bug,進行風險評估,生成回歸測試表格(Google Sheet)並估算測試天數。當使用者提到「回歸測試」、「regression test」、「release 測試」、「release QA」、「版本測試計劃」、「release 前要測什麼」,或準備進行版本發佈前的測試規劃時使用。即使使用者只是說「這個版本要測什麼」、「準備 release」、「QA checklist」,也應觸發。

2026-06-02
llm-quality-eval
ソフトウェア品質保証アナリスト・テスター

AI / LLM 應用品質評估專屬流程。覆蓋幻覺(hallucination)/ 事實性(groundedness)、相關性、結構化輸出合法性、prompt injection 抵抗、安全/毒性、成本($/req)、延遲(p95)、token 用量、回歸(eval set)、一致性、拒答校準、RAG 檢索品質。整合 promptfoo / DeepEval / Ragas / LLM-as-judge + golden dataset + deterministic seed。當使用者提到「LLM 測試 / AI 品質 / 幻覺 / hallucination / groundedness / prompt injection / eval / 評估集 / RAG 評估 / LLM-as-judge / 模型回歸 / AI app 品質 / token 成本」時觸發。配套:property-based-test-gen(fuzz prompt)、security-scan(injection 屬安全)、performance-test-gen(LLM API 延遲/壓力)、test-data-factory(eval 資料)、bug-report。

2026-06-02
oauth-flow-test
ソフトウェア品質保証アナリスト・テスター

OAuth 2.0 / OIDC / SSO 登入流程測試專屬流程。覆蓋 authorization code + PKCE、token 刷新、access/refresh token 過期、refresh token 輪替、登出/撤銷、多 IdP(Google / Apple / Facebook / 企業 SSO)、deep link 重導、state/nonce CSRF 防護、scope/consent、silent renew、錯誤路徑(拒絕授權 / code 過期)。整合 iOS(ASWebAuthenticationSession)/ Android(Custom Tabs + AppAuth)/ Web(redirect + PKCE)/ BE(token 驗簽)。當使用者提到「OAuth / OIDC / SSO / 登入流程測試 / token 刷新 / refresh token / PKCE / 授權碼 / 第三方登入 / Google 登入 / Apple 登入 / single sign-on / token 過期 / 授權測試」時觸發。配套:security-scan(token 漏洞)、compliance-test(同意/個資)、test-automation(登入 UI test)、offline-mode-test(token 刷新斷線)、bug-report。

2026-06-02
payment-test
ソフトウェア品質保証アナリスト・テスター

金流 / 付款測試專屬流程。覆蓋 App 內購(StoreKit 2 / Play Billing)、Stripe、Apple Pay / Google Pay、訂閱(續訂 / 過期 / 寬限期 / 退款 / 升降級 proration)。驗證購買成功/取消、restore purchases、server 端收據驗證、idempotency(不重複扣款)、價格/幣別/稅、促銷碼、付款中斷網(接 offline)、entitlement 同步。當使用者提到「金流測試 / 付款測試 / payment test / 內購 / IAP / StoreKit / Play Billing / Stripe / Apple Pay / Google Pay / 訂閱測試 / subscription / 退款 / 收據驗證 / 重複扣款」時觸發。配套:compliance-test(PCI-DSS)、offline-mode-test(付款中斷線)、security-scan(金流漏洞)、test-master(規劃金流 TC)、bug-report。

2026-06-02
test-impact-analyzer
ソフトウェア品質保証アナリスト・テスター

Test Impact Analysis(TIA)——從 git diff 算出這次改動影響到哪些測試,PR 時只跑受影響的子集,大幅砍 CI 時間。支援 coverage-based(pytest-testmon / xccov / JaCoCo / jest --findRelatedTests)、dependency-graph(nx affected / Gradle / Bazel)、path-heuristic 三種策略,並內建安全網(改共用/config/lockfile → fallback 全量;定期全量校準)。當使用者提到「test impact / TIA / 受影響測試 / 只跑改到的測試 / affected tests / 砍 CI 時間 / 加速 CI / 選擇性跑測試 / testmon / nx affected / 增量測試」時觸發。配套:smoke-test-analyzer(靜態分層,TIA 是動態 per-PR 補強)、flaky-test-hunter(受影響集排除 flaky)、tc-to-pytest(pytest coverage 來源)、qa-signoff(release 仍全量,TIA 只加速 PR)。

2026-06-02
このリポジトリの収集済み skills 32 件中、上位 8 件を表示しています。
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました
kao273183 Agent Skills | SkillsMP