post-loop

Release Edit/Write blocks and derive the next playbook after completion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/M2AI-jp/thanks4claudecode-fresh --skill post-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-loop
Source: https://github.com/M2AI-jp/thanks4claudecode-fresh/tree/main/.claude/skills/post-loop
Command: npx skills add https://github.com/M2AI-jp/thanks4claudecode-fresh --skill post-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire post-task workflow including automatic commits, playbook archiving, PR creation/merging, and next task derivation, eliminating manual cleanup and transition work.

Core Features & Use Cases

  • Automatic Cleanup: Commits final changes and archives completed playbooks
  • PR Automation: Creates and merges Pull Requests without manual intervention
  • Task Chaining: Derives next tasks and prepares new playbooks automatically
  • Use Case: When you complete a feature implementation, this Skill automatically commits your work, archives the playbook, creates and merges a PR, then helps you identify and start the next task - all in one automated flow.

Quick Start

The post-loop skill automatically triggers when playbooks complete, handling the entire post-task workflow from cleanup to next task preparation without manual steps.

Frequently Asked Questions about post-loop

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

FAQPage Schema
How do I automate cleanup and commit changes after completing a task?

Post-loop automates the entire post-task workflow by automatically committing final changes, archiving completed playbooks, creating and merging pull requests, and preparing the system for the next task without manual intervention.

Can I automatically derive and start the next task after finishing a playbook?

Yes. Post-loop uses a SubAgent to derive the next task automatically after playbook completion, then creates and prepares a new playbook, enabling seamless task chaining in your workflow automation.

What happens when a playbook completes in an automated workflow?

Post-loop detects completion, triggers pending-guard and archive flows, runs completion scripts, manages pending files, and either loops to the next playbook or enters final idle state based on your workflow configuration.

Does post-loop handle pull request creation and merging automatically?

Yes. Post-loop creates and merges pull requests as part of its post-task workflow, eliminating manual PR management steps between task completion and the next task initiation.

What setup do I need before post-loop can automate my workflow?

Post-loop requires active playbook lifecycle automation with completion detection enabled. It works within automated playbook systems and manages branch updates and state transitions automatically once a playbook completes.