trellis-finish-work

Archive completed Trellis tasks and record session journal entries.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/sperictao/one-publish --skill trellis-finish-work-sperictao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-finish-work
Source: https://github.com/sperictao/one-publish/tree/main/.agents/skills/trellis-finish-work
Command: npx skills add https://github.com/sperictao/one-publish --skill trellis-finish-work-sperictao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrap up the current Trellis session by archiving the active task, reminding the user to commit, and recording the session progress to the developer journal. This ensures a clean end-state and a reliable audit trail.

Core Features & Use Cases

  • Session wrap-up: validates the active state, archives the current task (and any other completed-but-unarchived tasks the user wants to clean up) for this round.
  • Progress recording: updates the developer journal with a concise recap of the session.
  • Commit reminder: surfaces pending commits to ensure code changes are captured before closure.
  • Use Case: When you're ready to end a coding session, run this skill to automatically finalize the current task, preserve history, and prepare for handoff.

Quick Start

Ask the AI to finish the current Trellis session by verifying quality gates, prompting for commits, archiving completed tasks, and recording the session in the developer journal.

Frequently Asked Questions about trellis-finish-work

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

FAQPage Schema
How do I wrap up a coding session and archive completed tasks?

To wrap up a coding session, you can automate finishing a Trellis session by validating task state, archiving completed tasks, and recording a session journal. This ensures proper cleanup and a clean end-state.

What is the best way to record a developer journal after finishing a workflow?

Recording a developer journal after finishing a workflow is automated by creating a concise recap of the session. This preserves history and provides a reliable audit trail for handoff.

How do I check git status and remind myself to commit before ending a session?

Checking git status before ending a session is handled by surfacing pending commits as a reminder. This ensures code changes are captured before closure and prevents lost work.

Can I clean up multiple completed tasks at once when ending a session?

You can clean up multiple completed tasks at once when ending a session. The wrap-up process archives the current task and any other completed-but-unarchived tasks you want to clean up.

Does this session wrap-up workflow require any external dependencies?

This session wrap-up workflow requires no external dependencies. It coordinates git status checks, task archiving, and journal entry creation through predefined scripts and commands.

Why should I validate task state before archiving a session?

Validating task state before archiving a session ensures proper cleanup and an accurate audit trail. It verifies the active state before finalizing the current task and preparing for handoff.