What problem does it solve? After designing test cases with domain testing and boundary value analysis, students still face the tedious work of assembling everything into a graded report: merging per-feature artifacts, aggregating test counts, linking bugs, updating the README summary, and exporting to PDF. This Skill automates that assembly so the final deliverable matches the rubric structure. ## Core Features & Use Cases - Report Assembly: Builds each feature section in order — feature description, domain testing tables, BVA tables, AI gap analysis, and linked bugs — into report/main-report.md. - Summary Aggregation: Counts test cases designed, executed, passed, failed, and not-executed across all features, then updates the Test Summary table in README.md. - PDF Export & Consistency Check: Produces the PDF deliverable and verifies unique TC IDs, matching bug-to-issue links, and consistent counts. - Use Case: After finishing test design for four EShop features, ask the Skill to write the report — it merges all artifacts, fills the self-assessment table, and prepares the submission PDF. ## Quick Start Use the report-writer skill to assemble my HW02 main report from the domain-testing and boundary-value-analysis files and update the README summary table.