Point In Time Research

Enforce point-in-time data discipline for any quant research task. Trigger for requests such as "回测策略", "因子IC", "检查前视偏差", "量化选股", "验证夏普比率", or "point-in-time backtest". Also trigger this skill whenever the user: (1) backtests a strategy or factor, (2) asks for a Sharpe / alpha / IC / return — even as a quick one-liner ("just give me the Sharpe", "run this backtest"), (3) reviews or asks you to confirm / audit / validate quant or backtest code ("is my code PIT clean?", "confirm this is correct", "check my backtest for look-ahead"), (4) evaluates whether a signal or edge is real, or (5) screens on fundamentals. Fire even when the user claims they already fixed PIT issues — check specifically for whichever of the three silent leaks (period-end dating, latest-value overwrite, same-session execution) may remain. Do NOT trigger for generic finance questions that involve no simulation or data join.

artherahq Updated

File contents

artherahq/skills/tree/main/skills/point-in-time-research commit 0e64c3202d

Frequently asked questions

npx skillmds@latest add artherahq/point-in-time-research