predict
Installation
SKILL.md
Predict Command
$ARGUMENTS
Triggers the Predictive Analyst to assess the impact and regression risk of proposed changes.
Usage
/predict [path_or_diff]
# /predict src/auth : analyze all files under src/auth
# /predict --diff : analyze uncommitted changes (git diff)
# /predict src/api/routes.ts : analyze a single file