gait-session-tracking

Record GAIT session branches, turns, and audit logs for NetClaw operations.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/dgethings/netclaw --skill gait-session-tracking-dgethings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gait-session-tracking
Source: https://github.com/dgethings/netclaw/tree/main/workspace/skills/gait-session-tracking
Command: npx skills add https://github.com/dgethings/netclaw --skill gait-session-tracking-dgethings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GAIT session tracking provides a structured, auditable lifecycle for NetClaw engagements by mandating a gait_branch at session start, recording every AI-assisted turn with gait_record_turn, and concluding with gait_log to preserve a complete changelog.

Core Features & Use Cases

  • GAIT session tracking ensures every NetClaw session begins with gait_branch, records each turn with gait_record_turn, and ends with gait_log.
  • Auditability provides an immutable trail of branch creation, actions, and commits for troubleshooting, governance, and compliance.
  • Lifecycle management supports starting health checks, pinning pre-change baselines, and reviewing audit trails across sessions, devices, and configurations.

Quick Start

Create a new GAIT session branch with gait_branch to begin tracking, then execute actions and finalize with gait_log.

Frequently Asked Questions about gait-session-tracking

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

FAQPage Schema
How do I audit a NetClaw session end-to-end?

To audit a NetClaw session end-to-end, initiate a branch with gait_branch, record individual actions using gait_record_turn, and finalize the audit log with gait_log to preserve a complete changelog.

What is GAIT session tracking and how does it manage session lifecycles?

GAIT session tracking provides a structured lifecycle for NetClaw engagements by mandating a gait_branch at session start, recording every AI-assisted turn with gait_record_turn, and concluding with gait_log to preserve a complete changelog.

Do I need a GAIT MCP server to track session branches and audit trails?

Yes, GAIT session tracking requires a GAIT MCP server and access to the GAIT_MCP_SCRIPT environment variable to execute lifecycle commands and record session branches, turns, and audit trails.

How do I pin a pre-change baseline before starting NetClaw operations?

To pin a pre-change baseline before starting NetClaw operations, begin a new GAIT session branch using gait_branch to establish an immutable record of the initial state for troubleshooting and governance.

Can I review audit trails across multiple NetClaw configurations and sessions?

Yes, GAIT session lifecycle management supports reviewing audit trails across sessions, devices, and configurations by viewing the immutable logs generated through branch creation and recorded turns.

Why does NetClaw session tracking require recording every individual turn?

Recording every individual turn with gait_record_turn provides auditability by creating an immutable trail of AI-assisted actions and commits, which is essential for troubleshooting, governance, and compliance.