Eval Skill

A test skill for CSV data processing and analysis. Use when testing functional and trigger evaluation.

aws-samples ad4903e 4 files · 2.0 KB Updated

File contents

Eval Skill

Process CSV files and produce summary statistics.

Usage

Run this skill when you need to analyze a CSV file. It reads the CSV, computes basic statistics (row count, column names), and outputs a formatted summary.

Steps

  1. Read the input CSV file
  2. Parse the headers and rows
  3. Output a summary with row count and column names

aws-samples/sample-agent-skill-eval/tree/main/tests/fixtures/eval-skill commit ad4903e66f

Frequently asked questions

npx skillmds@latest add aws-samples/eval-skill