---
name: Basic Revenue CSV Analysis
slug: basic-revenue-csv-analysis
category: Data
description: Basic Revenue CSV Analysis identifies the month with the highest revenue in a small CSV file and explains the result concisely. Use it when you need a short answer with the winning month, value, and a brief rationale.
github: "https://github.com/darkrishabh/agent-skills-eval/tree/main/examples/basic-skill"
language: TypeScript
stars: 696
forks: 35
install: "npx degit https://github.com/darkrishabh/agent-skills-eval/tree/main/examples/basic-skill ~/.claude/skills/basic-skill"
installs_to: ~/.claude/skills/basic-skill
source_path: examples/basic-skill/SKILL.md
collection_size: 1
category_size: 668
added: 2026-08-23T05:20:51.985Z
last_synced: 2026-08-23T05:20:51.985Z
canonical_url: "https://dirskills.com/skills/basic-revenue-csv-analysis"
---

# Basic Revenue CSV Analysis

Basic Revenue CSV Analysis identifies the month with the highest revenue in a small CSV file and explains the result concisely. Use it when you need a short answer with the winning month, value, and a brief rationale.

**Install:**

```bash
npx degit https://github.com/darkrishabh/agent-skills-eval/tree/main/examples/basic-skill ~/.claude/skills/basic-skill
```

## README

When given a CSV file with monthly revenue, identify the month with the highest revenue and explain the result concisely.

Prefer a short answer with the winning month, the revenue value, and a one sentence rationale.
