swe-pruner-rollout-gate

Evaluate JSONL telemetry to determine SWE-Pruner rollout readiness.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/paulingham/.claude --skill swe-pruner-rollout-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swe-pruner-rollout-gate
Source: https://github.com/paulingham/.claude/tree/main/skills/swe-pruner-rollout-gate
Command: npx skills add https://github.com/paulingham/.claude --skill swe-pruner-rollout-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data-gated rollout gate for SWE-Pruner advisory context filter. Evaluates JSONL telemetry to determine if the pruner is ready to flip from advisory to enforcing mode.

Core Features & Use Cases

  • Evaluates JSONL telemetry to determine readiness for flipping rollout mode.
  • Applies gating thresholds (e.g., 50 pipelines over 14 days) and checks for data quality and regressions.
  • Supports an operator review path and clear exit conditions for risky flips.

Quick Start

Invoke this skill after you have collected at least 50 pipelines over 14 days to determine readiness to flip from advisory to enforcing mode.

Frequently Asked Questions about swe-pruner-rollout-gate

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

FAQPage Schema
How do I evaluate telemetry data to determine if a rollout is ready to flip from advisory to enforcing mode?

To evaluate telemetry data for a rollout flip, process JSONL records to compute metrics like pipeline count, days since merge, and regression count. The evaluation checks gating thresholds and outputs a pass, fail, or insufficient data status for operator review.

What are the minimum telemetry thresholds required to pass a rollout gate evaluation?

The minimum telemetry thresholds to pass a rollout gate evaluation require collecting data from at least 50 pipelines over 14 days. The evaluation also requires zero regressions and successful data-quality checks to authorize the enforcing mode flip.

How does a JSONL telemetry rollout gate handle insufficient data or detected regressions?

A JSONL telemetry rollout gate handles insufficient data or regressions by outputting a fail or insufficient data status. It provides guidance for manual operator review, ensuring risky flips to enforcing mode are blocked until gating criteria are met.

Can I use rollout gate metrics to assess deployment readiness across multiple pipeline runs?

Yes, you can assess deployment readiness across multiple pipeline runs. The gate evaluates JSONL telemetry from multiple runs, computing metrics like n_pipelines and eval_regression_count to determine if the rollout meets the enforcing mode criteria.

What is the purpose of an operator review path in a telemetry rollout gate?

The purpose of an operator review path in a telemetry rollout gate is to provide clear exit conditions for risky flips. It outputs status and guidance for manual review when telemetry data is insufficient or fails gating criteria.

When should I run a rollout gate evaluation on my pipeline telemetry?

You should run a rollout gate evaluation on pipeline telemetry after collecting at least 50 pipelines over 14 days. This ensures enough JSONL data exists to accurately compute metrics and determine readiness to flip from advisory to enforcing mode.