task-wrapup

Generate documentation update requests and apply them via Claude Code.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arlenagreer/claude_configuration_docs --skill task-wrapup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-wrapup
Source: https://github.com/arlenagreer/claude_configuration_docs/tree/main/skills/task-wrapup
Command: npx skills add https://github.com/arlenagreer/claude_configuration_docs --skill task-wrapup

SYSTEM DOCUMENTATION & REQUIREMENTS

Description recovery failed due to parsing error.

Frequently Asked Questions about task-wrapup

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

FAQPage Schema
How do I automate documentation updates after completing a task workflow?

Task-wrapup automates post-completion documentation by reading session state, generating a documentation update request, and orchestrating Claude Code to apply changes to CHANGELOG.md and README.md files. It handles smart_merge-based content integration and cleans up after itself.

What files does task-wrapup modify and how does it track changes?

Task-wrapup reads .task_session_state.json for workflow state, creates .task_wrapup_doc_update_request.md as an intermediary instruction file, updates target documentation files, then removes the request file while reporting results.

Can I use task-wrapup to update multiple documentation files in one workflow?

Yes, task-wrapup handles multiple documentation updates across CHANGELOG.md and README.md simultaneously within a single task-wrapup workflow, applying session-state-driven changes and smart_merge-based content integration to each target.

How does task-wrapup integrate content into existing documentation?

Task-wrapup uses smart_merge-based content integration to intelligently combine generated documentation updates with existing content, preserving structure while incorporating changes derived from session state.

What happens if the documentation update request fails during processing?

Task-wrapup orchestrates Claude Code to apply documentation changes; if processing fails, the request file remains available for inspection and retry, with results reported to help diagnose the issue.

Related Skills