record-session

Archive tasks and document sessions in Git workflows via .trellis/ metadata scripts.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/BingChanCN/OpenAnima --skill record-session-bingchancn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: record-session
Source: https://github.com/BingChanCN/OpenAnima/tree/main/.agents/skills/record-session
Command: npx skills add https://github.com/BingChanCN/OpenAnima --skill record-session-bingchancn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of archiving completed tasks and documenting work progress after a code review and commit.

Core Features & Use Cases

  • Task Archiving: Automatically archives tasks once their completion is verified through commit history or acceptance criteria.
  • Session Creation: Quickly create sessions with one-click methods that add session titles, commit hashes, and brief summaries.
  • Auto-commit Functionality: Simplifies session updates by automating .trellis/ metadata commits.

Quick Start

Execute the python3 ./.trellis/scripts/get_context.py --mode record command to record your session.

Frequently Asked Questions about record-session

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

FAQPage Schema
How do I automate task archiving and session documentation after a git commit?

Automating task archiving and session documentation after a git commit involves using scripts to update .trellis/ metadata and log completed work. This process verifies task completion through commit history and automatically archives verified tasks.

When do I need session logging in Git-based development workflows?

Session logging in Git-based development workflows is needed when you want to document work progress and archive completed tasks after a code review. It helps developers and project managers organize workflows by recording commit hashes and brief summaries.

What's the best way to create a work session record with a commit hash?

The best way to create a work session record with a commit hash is to use a one-click session creation method that automatically adds session titles, commit hashes, and brief summaries to your .trellis/ metadata.

Do I need Python to automate .trellis metadata commits for work documentation?

Yes, you need Python to automate .trellis metadata commits for work documentation. You execute the process by running the python3 command with the get_context.py script in record mode to update your session logs.

Can I use commit tracking scripts for project management workflow organization?

Yes, you can use commit tracking scripts for project management workflow organization. These scripts automate the archiving of tasks once completion is verified through acceptance criteria or commit history, simplifying session updates for managers.

Does auto-commit functionality simplify .trellis metadata updates without manual git commands?

Yes, auto-commit functionality simplifies .trellis metadata updates by automating the commit process for session updates. This eliminates the need for manual git commands when logging completed work and archiving tasks.