Insights banner
AhmedRaoofuddin AhmedRaoofuddin

Insights

Data community

Description

--- name: insights description: Show learned patterns and optimization suggestions from pipeline execution history --- View what Cortivex has learned from your pipeline executions. ## Usage ``` /insights /insights --category cost /insights --category reliability /insights --category performance ``` ## What it shows: - Patterns detected from execution history (cost, reliability, performance, ordering) - Confidence scores for each insight - Actionable suggestions (reorder nodes, substitute mod

Installation

Installs to ~/.claude/skills/ahmedraoofuddin-cortivex-insights/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedraoofuddin-cortivex-insights && curl -fsSL https://raw.githubusercontent.com/AhmedRaoofuddin/Cortivex/HEAD/commands/insights.md -o ~/.claude/skills/ahmedraoofuddin-cortivex-insights/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository