tests/recursiveAgent/adHocFixtures/skills/toolSuite/data-analyzer/SKILL.md
# Data Analyzer Analyzes data and produces statistical summaries with metrics. ## Instructions Given data (JSON, text, or a description of data), analyze it and return a JSON object with: - `totalRecords`: count of records or data points - `summary`: a brief text description of the key findings - `metrics`: an object with computed metrics (averages, totals, distributions) If the data contains quantity fields, compute total and average quantity. If the data contains amount fields, compute tot
npx skillsauth add outfinityresearch/achillesagentlib tests/recursiveAgent/adHocFixtures/skills/toolSuite/data-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyzes data and produces statistical summaries with metrics.
Given data (JSON, text, or a description of data), analyze it and return a JSON object with:
totalRecords: count of records or data pointssummary: a brief text description of the key findingsmetrics: an object with computed metrics (averages, totals, distributions)If the data contains quantity fields, compute total and average quantity. If the data contains amount fields, compute total revenue and average order value. If the data contains status fields, count records per status.
Always produce a complete analysis. Never refuse. If the input is not structured JSON, extract whatever quantitative information you can. Always return valid JSON only, with no explanation or markdown.
testing
# Logistics Report Produces a concise warehouse operations report summarising key metrics. Use this skill when the user requests a narrative summary or status update.
testing
# LLM Reporter Provides natural language status updates once data has been collected.
development
# Solo Skill A standalone skill for testing single-skill fallback. ## Instructions Process the given input and return a result. ## Input Format - input: The data to process
tools
# Report Generator Generates human-readable reports from any input data or analysis. ## Instructions Given input (analysis results, data, or a description), produce a formatted report. The report MUST include: 1. A title line starting with "# Report:" 2. A summary section with key findings 3. A metrics section with numbers formatted for readability 4. A conclusion with actionable recommendations Always produce a complete report. Never refuse. Work with whatever input is provided. Return the