# write-validation-report > Write a validation report with pass/fail verdict - Author: Mihai Popescu - Repository: MihaiOnSoftware/.ai - Version: 20260205120107 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/MihaiOnSoftware/.ai - Web: https://mule.run/skillshub/@@MihaiOnSoftware/.ai~write-validation-report:20260205120107 --- --- name: write-validation-report description: Write a validation report with pass/fail verdict license: MIT compatibility: opencode metadata: category: reporting --- Write a validation report using the standard validation reporting script. ## What This Command Does **Input**: Validation report content and validation metadata **Output**: A properly formatted validation report file **Creates report at**: `~/.ai/wip/agent_reports/tdd-validation-agent/-..md` ## Workflow ### Step 1: Gather Parameters **Required**: - `report_being_validated`: Path or filename of the report being validated (e.g., "20250129_143022-2025-01-29.report.md") - `pass_or_fail`: Either "pass" or "fail" based on validation result - `report_content`: The markdown content of the validation report **Optional**: - `date`: ISO date (default: today in YYYY-MM-DD format) ### Step 2: Write Validation Report Use the write-validation-report.sh script via Bash tool: ```bash cat < [date] EOF ``` The script will: - Extract the base name from the report being validated - Create the validation report directory if needed - Generate date if not provided - Write the report with proper naming convention - Return the full path to the created report ### Step 3: Return Report Path Return the full path to the created validation report: ``` Validation report written: ``` ## Examples ### Pass validation (auto-generate date) ```bash cat <