session-close

Execute an end-of-session checklist with static analysis, security audits, documentation updates, and deployment verification.

3|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/The13thNode/VibeCorp_PromptCEO --skill session-close-the13thnode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-close
Source: https://github.com/The13thNode/VibeCorp_PromptCEO/tree/main/skills/public/session-close
Command: npx skills add https://github.com/The13thNode/VibeCorp_PromptCEO --skill session-close-the13thnode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often finish a coding session without a structured process to verify code quality, document changes, commit safely, and confirm deployment, leading to missed bugs and incomplete records. This Skill provides an end‑of‑session checklist that ensures static analysis, security verification, documentation updates, ticket cleanup, and communication are all completed before the session ends.

Core Features & Use Cases

  • Static analysis and security checks: Runs type checking and loads the security‑audit skill to validate the codebase.
  • Documentation and ticket management: Updates changelog, README, architecture docs, and cleans up Jira tickets.
  • Commit, deployment verification, and team notification: Commits changes, verifies CI/CD pipelines, and posts a summary to Slack.

Quick Start

Ask the CEO agent to close the session after you finish coding.

Frequently Asked Questions about session-close

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

FAQPage Schema
How do I automate end-of-session code checks and deployment verification?

Automate end-of-session code checks by running a structured checklist that executes static analysis, security audits, documentation updates, and CI/CD pipeline verification before finalizing a deployment.

What should be included in a development session close checklist for Git?

A Git session close checklist should include running type checking, loading security audits, updating changelogs and architecture docs, committing changes, and verifying CI/CD pipelines before notifying the team.

Do I need CI/CD tooling and Bash access to run an automated session close?

Yes, running an automated session close requires repository access, Bash, Git, and CI/CD tooling to successfully execute static analysis, commit changes, and verify deployment pipelines.

How do I update documentation and manage Jira tickets after finishing coding?

Update documentation and manage Jira tickets by applying an end-of-session checklist that automatically refreshes changelogs, READMEs, architecture docs, and cleans up related tickets upon session completion.

What is the best way to commit changes and notify a Slack channel after a coding session?

The best way to commit changes and notify Slack is to use an automated session close process that commits Git updates, verifies CI/CD pipelines, and posts a final session summary to team channels.

Why does my deployment verification fail when I finish coding without a structured checklist?

Deployment verification fails without a structured checklist because static analysis, security audits, and documentation updates are often missed, leading to unverified code being committed to CI/CD pipelines.