원클릭으로
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 직업 분류 기준
| 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
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