record-session

Create session entries from git history and commit hashes.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Lin117-shygo/ros_car --skill record-session-lin117-shygo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: record-session
Source: https://github.com/Lin117-shygo/ros_car/tree/main/.agents/skills/record-session
Command: npx skills add https://github.com/Lin117-shygo/ros_car --skill record-session-lin117-shygo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Record work progress after code has been tested and committed.

Core Features & Use Cases

  • Get Context: read git history and project state to identify work items ready for recording.
  • One-Click Session: create a session entry with a title, commit hashes, and a concise summary; automatically append to the journal and update the index.
  • Archival Support: automatically mark completed tasks as archived when appropriate to maintain a clean task history.

Quick Start

Run the one-click add_session script with a title, commit hashes, and a concise summary to log a new session.

Frequently Asked Questions about record-session

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

FAQPage Schema
How do I automatically record git commit history into a development journal?

To automatically record git commit history into a development journal, this skill extracts context from your git history to create session entries with titles, commit hashes, and summaries, then appends them to your journal and updates the index.

What is the best way to log daily coding sessions after testing and committing code?

Logging daily coding sessions after testing and committing code is best handled by automating the extraction of commit references and summaries into a session entry, which preserves a verifiable history of your feature work and completed tasks.

How do I archive completed tasks and clean up my project workflow automatically?

To archive completed tasks and clean up your project workflow automatically, this skill marks finished items as archived after recording your code commits, maintaining a clean task history alongside your updated journal entries.

Does this session recording workflow require Trellis to extract project context?

This session recording workflow can extract project context using both git history and Trellis data, identifying work items ready for recording without requiring additional external dependencies beyond your existing project state.

Can I create a session entry with just a title and commit hashes?

Yes, you can create a session entry by running a script with a title, commit hashes, and a concise summary, which automatically logs the new session, appends it to the journal, and updates the index.