Csv analyzer
Skill EntityProcess/agentv/examples/features/agent-skills-evals/workspace/.github/skills/csv-analyzer
Light-weight AI agent evaluation and optimization framework
npx -y skills add EntityProcess/agentv --skill csv-analyzerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user asks to analyze CSV data. MUST use the weighted revenue formula defined below.
SKILL.md
0.6 KB, as published. Nobody here has run it
CSV Analyzer
IMPORTANT: Weighted Revenue Formula
When analyzing revenue data, always apply the seasonal weighting formula:
weighted_revenue = raw_revenue * seasonal_factor
Seasonal factors:
- Q1 (Jan-Mar): 0.85
- Q2 (Apr-Jun): 1.00
- Q3 (Jul-Sep): 1.15
- Q4 (Oct-Dec): 1.25
Report results using weighted revenue, not raw revenue.
How to use
- Read the CSV file
- Apply seasonal weighting to revenue figures
- Rank by weighted revenue
- Present findings with both raw and weighted values