trellis-finish-work

Archive tasks, commit changes, and record session progress after coding.

Updated May 2, 2026
One-click install
npx skills add https://github.com/lihaoze123/Inkline --skill trellis-finish-work-lihaoze123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-finish-work
Source: https://github.com/lihaoze123/Inkline/tree/main/.agents/skills/trellis-finish-work
Command: npx skills add https://github.com/lihaoze123/Inkline --skill trellis-finish-work-lihaoze123

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps developers wrap up their coding sessions by archiving tasks, committing changes, and recording session progress without the need for manual intervention.

Core Features & Use Cases

  • Task Archiving: Automate the archiving of completed tasks from your project management tool.
  • Session Committing: Record changes made during the session for Git commits in Phase 3.4.
  • Journal Recording: Log the session details for easy reference and tracking.
  • Use Case: At the end of your coding session, use this Skill to ensure all your work is properly archived and committed, ready for your next workflow phase.

Quick Start

Run 'python3 ./.trellis/scripts/get_context.py --mode record' to wrap up your coding session.

Frequently Asked Questions about trellis-finish-work

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

FAQPage Schema
How do I automate task archiving and Git commits at the end of a coding session?

You can automate coding session wrap-up by running a script that archives completed tasks, commits changes, and logs progress. This requires a clean working tree, task management, and Git commit functionality.

What is the best way to record project progress and archive tasks after coding?

Recording project progress involves archiving completed tasks and logging session details for tracking. This automated session wrap-up eliminates manual intervention and prepares your workflow for the next phase.

Does session wrap-up require a clean Git working tree before archiving tasks?

Yes, session wrap-up requires a clean Git working tree before archiving tasks. The process automates task management and Git commits, ensuring your environment is properly staged for the final session recording.

Can I integrate session tracking and journal recording into my project management workflow?

Yes, session tracking and journal recording integrate into project management workflows post-coding phase. The automation logs session details for easy reference and records changes made during the session.

How do I wrap up a coding session to ensure all work is properly committed and archived?

To wrap up a coding session, run the designated Python script to execute task archiving, session committing, and journal recording. This ensures all work is properly committed and ready for your next workflow phase.