generate_completion_report
Create detailed markdown completion reports with test results, build status, timing, and git diff summary. Automatically saved to .smart-agent-workflow/reports/ for post-workflow review.
Instructions
Generates a detailed markdown report for a completed feature workflow. Includes test results, build status, timing, and git changes summary. Reports are saved to .smart-agent-workflow/reports/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Custom output path for the report. Default: .smart-agent-workflow/reports/ | |
| workflow_id | No | Workflow ID to generate report for. Default: current or most recent | |
| include_diff | No | Include git diff summary (files changed, insertions, deletions) | |
| include_tests | No | Include detailed test results in the report | |
| include_timing | No | Include timing information (total duration, per-phase timing) |