docs/ja-JP/skills/finance-billing-ops/SKILL.md
ECCの証拠優先の収益、価格設定、返金、チーム請求、請求モデルの実態確認ワークフロー。ユーザーが販売スナップショット、価格比較、重複請求の診断、または汎用的な支払いアドバイスではなくコードに裏付けられた請求の実態を必要とする場合に使用します。
npx skillsauth add affaan-m/everything-claude-code finance-billing-opsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ユーザーが金銭、価格設定、返金、チームシート論理、またはウェブサイトや販売コピーが示唆する方法で製品が実際に動作しているかどうかを理解したい場合に使用します。
これはcustomer-billing-opsより広い範囲をカバーします。そのスキルは顧客の救済措置向けです。このスキルはオペレーターの実態向けです: 収益状態、価格決定、チーム請求、コードに裏付けられた請求動作。
関連する場合、次のECCネイティブスキルをワークフローに引き込みます:
customer-billing-ops 顧客固有の救済措置とフォローアップ用research-ops 競合他社の価格設定や現在の市場エビデンスが重要な場合market-research 答えが価格推奨で終わる場合github-ops 請求の実態がコード、バックログ、または関連リポジトリのリリース状態に依存する場合verification-loop 答えがチェックアウト、シート処理、エンタイトルメント動作の証明に依存する場合ライブ請求データを優先します。データがライブでない場合は、スナップショットのタイムスタンプを明示的に述べます。
全体像を正規化する:
質問が顧客固有の場合、まず分類します:
次に、より広い製品の質問から分離します:
答えが実装の実態に依存する場合、コードパスを検査します:
以下を報告します:
SNAPSHOT(スナップショット)
- タイムスタンプ
- 収益 / サブスクリプション / 異常
CUSTOMER IMPACT(顧客への影響)
- 誰が影響を受けているか
- 何が起きたか
PRODUCT TRUTH(製品の実態)
- コードが実際に何をするか
- ウェブサイトや販売コピーが何を主張しているか
DECISION(決定)
- 返金 / 保持 / 変換 / 無操作
PRODUCT GAP(製品ギャップ)
- 構築または修正すべき具体的なフォローアップ項目
data-ai
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses.
development
React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.
tools
React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.
tools
React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.