thatsallfolks

Generate session handoff updates and commit governance-compliant changes.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cassioalexandre/agf --skill thatsallfolks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thatsallfolks
Source: https://github.com/cassioalexandre/agf/tree/main/.agents/skills/thatsallfolks
Command: npx skills add https://github.com/cassioalexandre/agf --skill thatsallfolks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates dependable session teardown so your session state is correctly captured, the handoff document is updated, and changes are safely committed.

Core Features & Use Cases

  • Session teardown + handoff updates: Summarizes session accomplishments and updates agf/docs/session-handoff.md, including the mandated usability metrics from agf/docs/usability-metrics.md.
  • Governance guardrails before commit: Triggers brief pre-commit governance checks to reduce the chance of constraint violations or oversized handoff diffs.
  • Global commit + controlled end-of-session: Invokes the global /commit skill to format and execute the git commit, then asks whether to push the branch before ending.

Example use case: When you finish a work session driven by the Agentic Governance Framework, you run /thatsallfolks to finalize the handoff, record usability metrics, commit governance-compliant changes, and then optionally push.

Quick Start

Tell the agent to run the /thatsallfolks command to finalize the session, update the handoff, and commit the changes.

Frequently Asked Questions about thatsallfolks

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

FAQPage Schema
How do I automate session teardown and update handoff documentation before a git commit?

Automating session teardown captures your session state by summarizing accomplishments, updating the handoff document with usability metrics, running governance pre-commit checks, executing the git commit, and prompting for branch push confirmation.

What is included in a session handoff document for workflow automation?

A session handoff document for workflow automation includes session accomplishment summaries and mandated usability metrics, ensuring governance-required documentation is preserved and reducing constraint violations before the final commit.

How do I run governance checks before a final git commit?

Running governance checks before a final git commit happens automatically during session teardown when you trigger the closing command, which validates constraints and prevents oversized handoff diffs before invoking the global commit skill.

Can I use workflow automation to record usability metrics during session teardown?

Yes, you can use workflow automation to record usability metrics during session teardown by automatically extracting mandated data from your usability metrics file and appending it to the session handoff document prior to the commit.

Does the session teardown workflow push git commits automatically?

The session teardown workflow does not push git commits automatically; it invokes the global commit skill to format and execute the commit locally, then explicitly prompts you for push confirmation before ending the session.