report

Generate structured completion reports from task metadata and history files.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/huacheng/moonview --skill report-huacheng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/huacheng/moonview/tree/main/plugins/task-ai/skills/report
Command: npx skills add https://github.com/huacheng/moonview --skill report-huacheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill generates a structured completion report documenting what was planned, what was executed, and what was verified for a finished task module, ensuring a clear audit trail and repeatable process.

Core Features & Use Cases

  • Generate a formal completion report after a merge or for blocked/cancelled tasks.
  • Consolidate objectives, plans, actions, verifications, and lessons learned into a single document.
  • Provide consistent task documentation across notebooks to support reviews and knowledge sharing.

Quick Start

Run /task-ai:report <notebook_name> to generate a complete report.

Frequently Asked Questions about report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a structured completion report for a finished task module?▼

To generate a structured completion report, run the report command on your notebook to synthesize task metadata from .index.json and content from .plan.md, .summary.md, and git history into a single formal document.

Can I document blocked or cancelled tasks across project notebooks?▼

Yes, you can document blocked or cancelled tasks by running the report generation across project notebooks, which synthesizes available task lifecycle sections and metadata to create a formal audit trail.

What task metadata and history files are needed to generate a project retrospective?▼

Generating a project retrospective requires reading task metadata from .index.json and synthesizing content from .target.md, .plan.md, .summary.md, .auto-timeline.md, .test/, .analysis/, .bugfix/, and .notes/ sections.

Do I need python3 to create a structured task report from git history?▼

Yes, you need python3 installed as a dependency to execute the scripts that parse git change history and project files to consolidate objectives, actions, and verifications into a completion report.

What is the best way to consolidate objectives, plans, and lessons learned into a single document?▼

The best way to consolidate objectives, plans, and lessons learned is to use a structured reporting tool that reads task lifecycle files and git history, ensuring a clear audit trail and repeatable documentation process.