wrap-up

Run build checks, update documentation files, and stage Git commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the repetitive tasks at the end of a coding session, ensuring your work is built, documented, and committed correctly.

Core Features & Use Cases

  • Automated Build Verification: Runs npm run build to check for errors.
  • Documentation Updates: Updates docs/task.md and docs/walkthrough.md with session progress.
  • Git Commit Assistance: Stages changes and prompts for commit messages after user approval.
  • Use Case: After a productive coding session, instead of manually running build commands, updating markdown files, and crafting commit messages, you can invoke this Skill to handle it all seamlessly.

Quick Start

Use the wrap-up skill to finalize the current session's work.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I automate git commit and documentation updates at the end of a coding session?

Automating session wrap-up sequentially executes build checks, updates documentation files like task.md, and stages git commits. It requires user approval before committing changes, ensuring your work is built, documented, and committed correctly.

What is a session wrap-up workflow for build verification and documentation?

A session wrap-up workflow runs build checks to catch errors, updates markdown documentation to track progress, and stages changes for git commits. It prompts for immediate fixes on build failures and ensures documentation consistency before finalizing.

How to handle build failures before staging a git commit?

Handling build failures before staging a git commit involves prompting for immediate fixes. The session wrap-up process runs npm build checks first, halting the commit workflow and requiring fixes before proceeding to documentation updates and staging.

Does the automated commit process require manual approval before pushing changes?

Yes, the automated commit process requires explicit user approval before committing changes. After running build checks and updating documentation, it stages changes and prompts for commit messages, ensuring manual oversight of the final git commit.

Can I update task.md and walkthrough.md automatically during a git commit?

Yes, you can update task.md and walkthrough.md automatically during the session wrap-up. The workflow updates these documentation files with session progress to ensure documentation consistency before staging and committing the changes.