manage-sessions

Automate dev session lifecycle operations via /api/dev/sessions endpoints.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/danielkhigay/gaz --skill manage-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-sessions
Source: https://github.com/danielkhigay/gaz/tree/main/.claude/skills/manage-sessions
Command: npx skills add https://github.com/danielkhigay/gaz --skill manage-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates session lifecycle management for development environments.

Core Features & Use Cases

  • Create, seed, vote, close, and delete dev sessions to reproduce complex states.
  • Force-close or force-set status to recover from stuck sessions and test failure modes.
  • Inspect and manage session state via dev endpoints to validate behavior across rounds.

Quick Start

Seed a test session and move it through its rounds to observe the lifecycle.

Frequently Asked Questions about manage-sessions

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

FAQPage Schema
How do I automate dev session lifecycle management for testing?

You can automate dev session lifecycle management by calling deterministic API endpoints to create, seed, vote, close, and delete sessions. This approach reproduces complex states and validates behavior across multiple test rounds.

What is the best way to force-close stuck development sessions?

To force-close stuck development sessions, use dedicated API endpoints to force closure or reset statuses. This recovers sessions from stuck states and unblocks development workflows during testing.

How do I seed a test session and move it through its rounds?

Seed a test session and move it through its rounds by calling deterministic endpoints under the dev sessions API. You sequentially create, seed, and vote on sessions to observe the lifecycle and validate behavior.

Can I reset session statuses to test failure modes in my dev environment?

Yes, you can reset session statuses to test failure modes in your dev environment. The API exposes deterministic endpoints to force-set statuses, enabling you to reproduce failure scenarios and recover stuck workflows.

Why does managing sessions across multiple rounds require deterministic endpoints?

Managing sessions across multiple rounds requires deterministic endpoints to ensure consistent state transitions during testing. Deterministic operations allow you to reliably create, vote, and close sessions to reproduce exact behaviors.