ワンクリックで
run-tests
Run tests related to current changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run tests related to current changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Analyze portfolio performance versus benchmarks. Triggers when the user asks about "portfolio performance", "how has my portfolio done", "compare my portfolio to S&P 500 or Ibovespa", "portfolio returns", "Sharpe ratio for my portfolio", "track my investments", "dollarized P&L", or "portfolio vs benchmark".
Perform a Comparable Company Analysis (Comps) to value a company relative to its peers.
Performs discounted cash flow (DCF) valuation analysis to estimate intrinsic value per share. Triggers when user asks for fair value, intrinsic value, DCF, valuation, "what is X worth", price target, undervalued/overvalued analysis, or wants to compare current price to fundamental value.
Use this skill when the user asks for a "daily briefing", "what happened today", or a summary of the Brazilian market (B3, Ibovespa, USD, Rates).
Use for Brazil/B3 tickers, CVM filings (DFP/ITR/FRE/IPE), PTAX FX conversion, B3 ETF/FII listings, or when users ask about Brazilian companies, funds, or BRL/USD conversions.
Create a new financial data tool following project patterns
| name | run-tests |
| description | Run tests related to current changes |
| disable-model-invocation | true |
Run bun tests for the current changes.
bun testbun test <file-pattern>bun test --watchTests are in src/__tests__/ and use bun:test (Jest-compatible API).
# Run all tests
bun test
# Run specific test file
bun test src/__tests__/cvm.test.ts
# Run tests matching pattern
bun test --filter "fraud"
# Watch mode
bun test --watch