ratchet-check

Compare remediation anti-cheat metrics against a baseline and update it.

6|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/kubuszok/sge --skill ratchet-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ratchet-check
Source: https://github.com/kubuszok/sge/tree/main/.claude/skills/ratchet-check
Command: npx skills add https://github.com/kubuszok/sge --skill ratchet-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the re-computation of remediation anti-cheat metrics and compares them against a committed baseline, failing on any regression. It also allows updating the baseline with verified improvements.

Core Features & Use Cases

  • Metrics Comparison: Automatically compares current metrics against a baseline.
  • Baseline Update: Provides an option to update the baseline with new lower values upon verified improvements.
  • Use Case: Ideal for use in orchestrator roles, particularly after an auditor PASS, to ensure code quality and adherence to standards.

Quick Start

Run the ratchet-check skill to recompute and compare metrics. Use /ratchet-check --update to update the baseline with verified improvements.

Frequently Asked Questions about ratchet-check

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

FAQPage Schema
How do I automate security auditing metrics comparison against a baseline?

Security auditing metrics comparison is automated by recomputing remediation anti-cheat values and checking them against a committed baseline, failing immediately upon detecting any regression in codebase health.

How do I update a remediation baseline after verifying code quality improvements?

To update a remediation baseline with verified improvements, run the ratchet-check command with the --update flag to replace the old committed values with the new lower metrics.

What file format is required for anti-cheat baseline comparison?

Anti-cheat baseline comparison requires access to the `.rescale/data/remediation-baseline.tsv` file to read existing metrics and write verified updates during security auditing workflows.

When should I run remediation anti-cheat metrics checks in a security workflow?

Remediation anti-cheat metrics checks should be run in an orchestrator role after an auditor PASS to ensure code quality standards are met and to prevent regressions before proceeding.

Does ratchet-check support metrics comparison without external dependencies?

Metrics comparison runs without external dependencies, relying solely on the internal `.rescale/data/remediation-baseline.tsv` file to compute and verify anti-cheat system checks.

What happens if remediation anti-cheat metrics show a regression?

If remediation anti-cheat metrics show a regression during comparison, the process fails immediately to prevent codebase health degradation and block baseline updates until the issue is resolved.