close

Analyze git logs and file changes to generate session summaries and detect documentation drift.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martineserios/thebrana --skill close-martineserios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: close
Source: https://github.com/martineserios/thebrana/tree/main/system/skills/close
Command: npx skills add https://github.com/martineserios/thebrana --skill close-martineserios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill systematically concludes a work session by capturing all learnings, identifying and documenting errors or spec mismatches, and preparing for the next session.

Core Features & Use Cases

  • Learning Capture: Stores reusable insights and patterns from the session.
  • Errata Management: Identifies and logs discrepancies between expected and actual behavior.
  • Session Handoff: Creates a concise summary for continuity.
  • Doc Drift Detection: Flags potential staleness in documentation due to system file changes.

Quick Start

Use the close skill to end the current work session and capture all learnings.

Frequently Asked Questions about close

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

FAQPage Schema
How do I capture learnings from a git development session?

To capture learnings from a development session, analyze git logs and conversation context to extract actionable insights. This process identifies errata and stores reusable patterns, generating a concise summary to ensure continuity for your next work session.

What is documentation drift and how do I detect it?

Documentation drift is the staleness that occurs when system file changes outpace updated docs. Detect documentation drift by analyzing system file modifications against existing documentation during your session end debrief to flag potential discrepancies.

How do I create a session handoff summary for code review continuity?

Create a session handoff summary by concluding your work session and analyzing git logs alongside conversation context. This generates a concise summary that captures reusable patterns and identifies errata, ensuring seamless continuity for the next code review.

Can I use git logs to identify errata and spec mismatches?

Yes, you can use git logs to identify errata and spec mismatches. By analyzing git logs and conversation context at session end, the system automatically identifies and logs discrepancies between expected and actual behavior for errata management.

Do I need external tools to store reusable patterns from my session debrief?

You may need external tools like ruflo to store reusable patterns from your session debrief. While core learning capture analyzes git logs and conversation context, integrating with external pattern storage tools enables persistent saving of these insights.