slice-fix-applier

Applies CALLSHEET stress-test fixes to requirements slices and updates tracking documents.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Rwb3n/callsheet --skill slice-fix-applier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slice-fix-applier
Source: https://github.com/Rwb3n/callsheet/tree/main/.claude/skills/slice-fix-applier
Command: npx skills add https://github.com/Rwb3n/callsheet --skill slice-fix-applier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Applies stress-test fixes to a CALLSHEET requirements slice and updates all tracking documents. Use when user says "apply fixes", "apply stress test", "update slice from stress test", or "produce v2 from stress test".

Core Features & Use Cases

  • Reads the stress test file, the slice to be fixed, and all references to determine exact edits.
  • Applies fixes to the specified slice files and updates acceptance criteria counts.
  • Bumps headers and updates sub-file version markers for multi-file slices.
  • Updates REQUIREMENTS-TRACKER.md and MEMORY.md per the stress test protocol.

Quick Start

Run the slice-fix-applier to apply fixes from stress-tests/s{N}-stress-test.md to the target slice and update tracking accordingly.

Frequently Asked Questions about slice-fix-applier

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

FAQPage Schema
How do I apply stress-test fixes to a requirements slice automatically?

To apply stress-test fixes automatically, the tool reads the stress test file and target slice, performs targeted edits, bumps slice headers, updates acceptance criteria counts, and records changes in tracking documents like REQUIREMENTS-TRACKER.md and MEMORY.md.

What is a CALLSHEET requirements slice and when do I need to update it?

A CALLSHEET requirements slice is a segmented file (S0–S5 or multi-file S6+) tracking project needs. You need to update it when a stress test identifies fixes requiring header bumps, acceptance criteria count changes, and tracking document synchronization.

Does the stress-test fix applier support multi-file slices?

Yes, the stress-test fix applier supports multi-file slices (S6+). It reads the slice files and all references to apply targeted edits, bump headers, and update sub-file version markers across the multi-file slice structure.

How do I update REQUIREMENTS-TRACKER.md and MEMORY.md after a stress test?

Updating REQUIREMENTS-TRACKER.md and MEMORY.md after a stress test is handled automatically by reading the stress test file, applying fixes to the target slice, and recording all changes per the stress-test protocol without manual tracking edits.

What is the best way to bump slice headers and acceptance criteria counts?

The best way to bump slice headers and acceptance criteria counts is using automated stress-test fix application, which reads references and performs targeted edits to update version markers and criteria counts across all relevant slice files.