Generate completion reports from template for any project. Use when phase complete, milestone reached, or user says "create completion report" or "phase done". Ensures standardized project documentation and progress tracking.
Generate standardized completion reports for project phases, milestones, and deliverables using template-based approach.
Projects must provide:
${PROJECT_REPORT_PATH}${PROJECT_REPORT_FORMAT} - Report naming convention${PROJECT_SECTIONS} - Required report sections (optional, defaults to standard 10)Load project-specific completion-report skill if exists in .claude/skills/completion-report/
Collect from user and codebase:
Replace all placeholders with gathered information
If configured: Write to ${PROJECT_REPORT_PATH}
Otherwise: Provide as text output
See template for complete report structure
End of Skill