wrap-up

Generate a narrative changelog from PRD criteria, issues, and git history.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/amodelandme/skill-tree-dotnet --skill wrap-up-amodelandme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up
Source: https://github.com/amodelandme/skill-tree-dotnet/tree/main/.claude/skills/wrap-up
Command: npx skills add https://github.com/amodelandme/skill-tree-dotnet --skill wrap-up-amodelandme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a feature changelog by synthesizing inputs from the PRD, completed issues, and the git log after the AFK loop.

Core Features & Use Cases

  • Automatic narrative weaving of success criteria into changelog sections.
  • Aligns evidence with PRD criteria and highlights entries.
  • Generates features/<slug>/changelog.md ready for /review.

Quick Start

After AFK completes, generate the changelog by compiling features/<slug>/prd.md, features/<slug>/issues/done/*.md, and the git history into features/<slug>/changelog.md.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I generate a narrative changelog from PRD criteria, closed issues, and git commits?

You can generate a changelog automatically by correlating your PRD success criteria, closed issues, and git commit history. The Skill reads these inputs to weave a narrative changelog file that highlights how implemented work maps to product requirements.

What is the process for mapping git log history to PRD success criteria?

Mapping git log history to PRD success criteria involves reading your product requirements document and closed issues alongside your repository commits. The Skill correlates these elements to align evidence with each criterion and highlights matching entries in the final changelog.

Do I need specific input files to create a feature changelog?

Yes, you need specific input files to create a feature changelog: a PRD file at features/<slug>/prd.md, completed issue files in features/<slug>/issues/done, and an accessible repository git log. These three inputs are required to synthesize the narrative.

How do I compile completed issues and git history into a review-ready changelog?

To compile completed issues and git history into a review-ready changelog, the Skill reads your done issues and commit history, weaves them into narrative sections, and generates a structured markdown file at features/<slug>/changelog.md ready for immediate review.

When should I use an automated changelog generator for my feature lifecycle?

Use an automated changelog generator when your feature lifecycle reaches a state where a PRD exists and there are closed issues and git commits to map to each criterion. It is designed for post-AFK loop compilation to synthesize development evidence into a narrative.