nestmatch-session-close

Execute a six-step end-of-session wrap-up for NestMatch UAE.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HotspotVPN/Nest_Match_UAE --skill nestmatch-session-close
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nestmatch-session-close
Source: https://github.com/HotspotVPN/Nest_Match_UAE/tree/main/.claude/skills/nestmatch-session-close
Command: npx skills add https://github.com/HotspotVPN/Nest_Match_UAE --skill nestmatch-session-close

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-of-session checklist for NestMatch UAE. Run when the user says "wrap up", "end session", "commit this", or "we're done".

Core Features & Use Cases

  • Enforces a deterministic, six-step wrap-up flow: TypeScript validation, security spot-check, deleted-files verification, session summary generation, commit preparation, and deployment readiness reminder.
  • Ensures build integrity with a pre-commit style workflow and auditable results.
  • Validates cleanup by verifying that specified stale files are absent.

Quick Start

Run the session close flow to wrap up your NestMatch session and generate a summary.

Frequently Asked Questions about nestmatch-session-close

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

FAQPage Schema
How do I automate an end-of-session TypeScript validation and security audit before committing?

An end-of-session wrap-up workflow automates TypeScript validation and security audits simultaneously. It enforces a deterministic six-step flow to validate code, audit security, verify artifact cleanliness, and prepare auditable commits for deployment readiness.

What is the best way to verify deleted files and generate a session summary before a git commit?

Verifying deleted files and generating a session summary is handled by an automated wrap-up workflow. It confirms specified stale files are absent, documents session outcomes, and prepares the git commit to ensure build integrity and artifact cleanliness.

How does a pre-commit workflow ensure deployment readiness for TypeScript projects?

A pre-commit workflow ensures deployment readiness by executing deterministic validation steps. It runs TypeScript checks, performs security spot-checks, verifies cleanup of deleted files, and generates a session summary to guarantee build integrity before the final commit.

Can I use an automated wrap-up workflow for routine maintenance sessions on my codebase?

Yes, this wrap-up workflow is designed specifically for maintenance sessions. It applies deterministic steps to validate code, audit security, confirm artifact cleanliness, and document outcomes, ensuring auditable commits and deployment readiness for your codebase.

Do I need any external dependencies to run a deterministic session close flow?

No external dependencies are required to run the session close flow. The deterministic six-step workflow is fully embedded internally, executing TypeScript validation, security spot-checks, and file verification without relying on external components.