skills/ralph-session-ops-reference/SKILL.md
Ralph-v2 session operations reference for schema validation, timeout recovery, and timestamp commands. Use when validating Ralph session artifacts, reconstructing malformed state, enforcing retry timing, or generating Ralph session timestamps.
npx skillsauth add arisng/github-copilot-fc ralph-session-ops-referenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a Ralph-v2 agent needs deterministic session-level reference material instead of improvising it from memory.
metadata.yaml or iterations/<N>/progress.mditerations/<N>/progress.md must include# Progress## Legend with [ ], [/], [P], [x], [F], [C]## Planning Progress (Iteration N)## Implementation Progress (Iteration N)metadata.yaml must includeversion, session_id, created_at, updated_at, iterationorchestrator.statetasks.total, tasks.completed, tasks.failed, tasks.pendingsession_review.cyclesession_review.issue_severity_thresholdsession_review.max_critique_cyclesApply this to any Ralph-v2 subagent call that times out or fails unexpectedly.
TASK_ID exists, invoke Planner with MODE: SPLIT_TASK and continue with the replacement tasks.TASK_ID exists, stop and ask for a narrower scope.Start-Sleep -Seconds 30 or Start-Sleep -Seconds 60sleep 30 or sleep 60<YYMMDD>-<hhmmss>Get-Date -Format "yyMMdd-HHmmss"TZ=Asia/Ho_Chi_Minh date +"%y%m%d-%H%M%S"Get-Date -Format "yyyy-MM-ddTHH:mm:ssK"TZ=Asia/Ho_Chi_Minh date +"%Y-%m-%dT%H:%M:%S%z"devops
Programmatically create tldraw whiteboards and visualize them with a self-hosted tldraw instance. Create boards with shapes, text, and connectors, then deploy to a self-hosted server for collaborative editing and gallery management.
tools
Execute Google Cloud Platform operations using the gcloud CLI (and gsutil/bq where applicable). Use when the user wants to: authenticate with GCP, manage GCP resources, deploy applications, configure projects or IAM, view logs, run SQL/BigQuery, or interact with any GCP service from the command line. Triggers on phrases like "gcloud", "Google Cloud CLI", "deploy to GCP", "create a VM", "Cloud Run", "GKE cluster", "Cloud Storage bucket", "set GCP project", "service account", "Cloud Functions", "App Engine deploy", or any request to manage Google Cloud resources via command line.
testing
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
development
Session-scoped git commit orchestrator that commits only current-session changes and leaves unrelated dirty worktree edits untouched. Inherits git-atomic-commit for atomic grouping and commit message execution, and git-commit-scope-constitution for scope governance and validation. Use when asked to commit this session only or isolate commits from mixed worktree state.