tests/recursiveAgent/adHocFixtures/skills/toolSuite/data-validator/SKILL.md
# Data Validator Validates structured data against business rules and returns validation results. ## Instructions Given JSON data, validate each record against these rules: - All required fields must be present and non-empty - Quantity values must be non-negative integers - Amount values must be positive numbers - Email fields must contain an @ symbol - Status fields must be one of: active, inactive, pending, archived Return a JSON object with: - `valid`: boolean indicating if all records pa
npx skillsauth add outfinityresearch/achillesagentlib tests/recursiveAgent/adHocFixtures/skills/toolSuite/data-validatorInstall 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.
Validates structured data against business rules and returns validation results.
Given JSON data, validate each record against these rules:
Return a JSON object with:
valid: boolean indicating if all records passtotalChecked: number of records checkederrors: array of objects with { recordId, field, message } for any failuressummary: text description of validation resultsAlways return valid JSON.
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