creating-release-report

Aggregate planning, iteration, and log data to generate release completion reports.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/k2works/getting-started-algorithm --skill creating-release-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: creating-release-report
Source: https://github.com/k2works/getting-started-algorithm/tree/main/.agents/skills/creating-release-report
Command: npx skills add https://github.com/k2works/getting-started-algorithm --skill creating-release-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

リリース計画と開発ドキュメント群からデータを収集し、テンプレートに基づいてリリース完了報告書を自動生成します。報告書は、リリースごとの成果を定量的に可視化し、透明性と説明責任を高めるためのものです。

Core Features & Use Cases

  • データソースの統合: docs/development/release_plan.md、docs/development/iteration_report-*.md、CHANGELOG.md、docs/journal など、複数ソースから要素を集約します。
  • テンプレートベースの報告書生成: @docs/template/リリース完了報告書.md を使用して統一フォーマットで出力します。
  • バージョン指定と一括生成: 特定バージョンの報告書を作成するほか、未作成の全リリースを一括で作成できます。

Quick Start

対象バージョンのリリース完了報告書を生成してください。

Frequently Asked Questions about creating-release-report

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

FAQPage Schema
How do I automate release report generation from project documentation?▼

To automate release report generation, this Skill aggregates data from release_plan.md, iteration reports, CHANGELOG.md, and journal entries, then applies a standardized template to produce a stakeholder-ready completion document.

What is the best way to generate a release completion report from a markdown template?▼

The best way to generate a release completion report is by pulling planning and log data from your docs directory and mapping it into a predefined markdown template for consistent KPI summaries and retrospectives.

Can I generate reports for all unreported releases at once instead of specifying versions individually?▼

Yes, you can generate reports in bulk. The Skill identifies all unreported releases from the source of truth in release_plan.md and creates version-specific completion reports in a single batch run.

How does git-log data integrate into project management reporting?▼

Git-log data integrates into project management reporting by feeding commit history into CHANGELOG.md, which the Skill aggregates alongside iteration reports to quantify release achievements and visualize development progress.

Do I need a specific directory structure to generate release documentation?▼

You need a specific directory structure containing docs/development/release_plan.md as the single source of truth, iteration_report files, CHANGELOG.md, and a docs/journal directory for the Skill to aggregate data correctly.

When should I not use an automated template for release reporting?▼

You should not use an automated template if your project lacks the required source files like release_plan.md or iteration reports, as the Skill depends on these existing documents to aggregate data and generate the output.