prompt-regression

Detect silent behavioral regressions in Claude Code harness configurations after rule or skill edits.

7|Updated May 26, 2026
One-click install
npx skills add https://github.com/chrono-meta/forge-harness --skill prompt-regression
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-regression
Source: https://github.com/chrono-meta/forge-harness/tree/main/plugins/fh-meta/skills/prompt-regression
Command: npx skills add https://github.com/chrono-meta/forge-harness --skill prompt-regression

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you edit core harness rules, update skills, or modify trigger mappings, AI behavior can silently break without warning, leading to unexpected responses and broken workflows in your Claude Code projects. This skill eliminates that risk by automatically validating behavioral correctness after every change.

Core Features & Use Cases

  • Targeted Probe Testing: Runs only the regression probes relevant to your changed files, avoiding unnecessary full-suite runs for small edits.
  • Baseline Comparison: Compares current AI response patterns against saved baselines to spot even subtle behavioral shifts.
  • Use Case: After you update a skill's trigger phrases or modify CLAUDE.md core onboarding rules, run this skill to confirm the AI still initiates the correct workflows and follows required chains when given standard prompts.

Quick Start

Use the prompt-regression skill to verify no behavioral regressions were introduced after you make changes to your harness rules or skills.

Frequently Asked Questions about prompt-regression

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

FAQPage Schema
How do I check for prompt regressions after editing Claude Code harness rules?

To check for prompt regressions after editing Claude Code harness rules, run a validation probe that compares current AI response patterns against saved baselines to detect silent behavioral shifts.

What is harness validation for trigger routing and workflow chains?

Harness validation is the process of testing trigger routing integrity, mandatory chain preservation, and gate condition enforcement after modifying core rules or skills to ensure expected AI workflows execute correctly.

How do I validate trigger mapping changes without running a full test suite?

You can validate trigger mapping changes by running targeted probe tests that check only the regression probes relevant to your changed files, avoiding unnecessary full-suite runs for small edits.

When do I need pre-merge validation for AI behavior changes?

You need pre-merge validation for AI behavior changes whenever you update skill trigger phrases, modify CLAUDE.md core onboarding rules, or alter trigger mappings to prevent broken workflows from shipping.

Why does modifying core rules cause silent behavioral regressions in AI workflows?

Modifying core rules causes silent behavioral regressions because AI behavior can break without warning when trigger mappings or skill configurations are updated, leading to unexpected responses and broken workflow chains.

Can I use prompt regression testing for CLAUDE.md onboarding rule modifications?

Yes, you can use prompt regression testing for CLAUDE.md onboarding rule modifications to confirm the AI still initiates correct workflows and follows required chains when given standard prompts.