session-start-verification

Verify working directory, Git status, and server health at session start.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill session-start-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-start-verification
Source: https://github.com/erhankaraarslan/agent_yazilim_ekibi/tree/main/.claude/skills/session-start-verification
Command: npx skills add https://github.com/erhankaraarslan/agent_yazilim_ekibi --skill session-start-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the initial environment check at the start of a coding session to establish a known-good state.

Core Features & Use Cases

  • Environment and directory verification: prints current directory and lists contents to confirm working context.
  • Git and project state assessment: shows current branch, status, and recent commits to understand progress.
  • Session context extraction: reads CLAUDE.md and feature-list.json to prioritize the next steps.
  • Optional server readiness: starts a dev server if present and checks health to ensure readiness.

Quick Start

Activate the Session Start Verification at the beginning of every coding session to verify the workspace, pull the latest context, and determine the next feature to work on.

Frequently Asked Questions about session-start-verification

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

FAQPage Schema
How do I automate environment checks at the start of a coding session?

To automate environment checks, this skill inspects your working directory, Git status, and recent commits to establish a known-good state before coding. It reads CLAUDE.md and feature-list.json to provide context for the next development step.

How does reading CLAUDE.md and feature-list.json help scope development tasks?

Reading CLAUDE.md and feature-list.json extracts session context to prioritize next steps. It combines project state assessment with branch status and recent commits to determine which feature requires immediate attention.

Can I verify server readiness and Git status automatically before starting a feature?

Yes, you can verify server readiness and Git status automatically. The skill checks optional dev server health, shows the current branch, and validates the working directory contents before proceeding with development tasks.

What is included in a minimal startup routine for a development workspace?

A minimal startup routine includes working directory verification, Git branch and status assessment, recent commit review, and optional server health checks. It scopes tasks by extracting context from project configuration files.

Do I need a specific framework to run session-start environment verification?

No specific framework is required. The skill relies on standard Git repository states, a CLAUDE.md file for context, and a feature-list.json file, functioning without external dependencies or specific platform installations.

Why should I check repository state before proceeding with coding tasks?

Checking repository state prevents working from a stale or unclean workspace. It validates the current branch, confirms recent commits, and ensures any optional dev server is healthy before new development begins.