session-wrapup

Survey git changes, group commits per repo, and push with policy compliance.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/cdrguru/portable-agent-kit --skill session-wrapup-cdrguru
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: session-wrapup
Source: https://github.com/cdrguru/portable-agent-kit/tree/main/.agent/skills/session-wrapup
Command: npx skills add https://github.com/cdrguru/portable-agent-kit --skill session-wrapup-cdrguru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-of-session disorganization is reduced by automating the wrap-up workflow that surveys changes, groups related edits into coherent commits, and enforces workspace-level boundaries.

Core Features & Use Cases

  • Survey and triage worktrees across repos, respecting workspace maps when present.
  • Build coherent commit groups from repository structure and per-repo policies.
  • Push safely with per-group commits, aligned with repo-local rules.
  • Use cases include end-of-session handoffs in multi-agent coding environments and maintaining clean project histories.

Quick Start

Run the session-wrapup workflow to survey changes, group commits, and push safely.

Frequently Asked Questions about session-wrapup

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

FAQPage Schema
How do I group git commits at the end of a multi-agent coding session?▼

Grouping git commits at the end of a session is automated by surveying workspace changes, triaging untracked files, and building coherent repository-based commit groups to maintain clean project histories.

What is a safe push policy for workspace-aware repositories?▼

A safe push policy for workspace-aware repositories enforces workspace-level boundaries by applying per-repo push rules, ensuring that grouped commits are pushed only when they align with repo-local constraints.

How do I automate end-of-session git workflow across multiple repos?▼

Automating end-of-session git workflow across multiple repos involves detecting workspaces, running git status and diff surveys, and grouping related edits into structured commits for coordinated project handoffs.

Can I coordinate workspace maps and per-repo push policies during commit wrap-up?▼

Yes, you can coordinate workspace maps and per-repo push policies during commit wrap-up by applying workspace detection and grouping commits to respect workspace-level boundaries and per-repo rules.

What is the best way to triage untracked files before pushing grouped commits?▼

The best way to triage untracked files before pushing grouped commits is to automate file triage during the workspace survey, grouping related edits into coherent commits before enforcing policy-compliant pushes.