context-regression-check

Verifies preprocessing, compaction, and recall behavior after changes.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/Lsogod/compaction-debugger --skill context-regression-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-regression-check
Source: https://github.com/Lsogod/compaction-debugger/tree/main/skills/context-regression-check
Command: npx skills add https://github.com/Lsogod/compaction-debugger --skill context-regression-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

对 compaction-debugger 做一轮标准回归验证。

Core Features & Use Cases

  • 确认预处理是否生效
  • 验证真实 /compact 是否打通,以及 recall 在压缩后是否稳定
  • 示例: 更改后执行一轮回归序列并校验日志与 recall 结果

Quick Start

Enable the plugin in context-engine with debug mode and run a four-to-six message sequence labeled with FACT-* and CODE-* to trigger assemble logs and recall checks.

Frequently Asked Questions about context-regression-check

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

FAQPage Schema
How do I verify context compaction recall behavior after plugin changes?

To verify context compaction recall behavior, issue labeled FACT-* and CODE-* messages in debug mode to generate assemble logs, then perform a real /compact to check recall stability.

What is the standard regression testing sequence for context compaction?

Standard regression testing for context compaction involves sending a four-to-six message sequence with FACT-* and CODE-* markers to generate assemble logs and validate post-compact recall.

How do I check if context preprocessing works before a real /compact?

To check if context preprocessing works, enable debug mode, emit labeled markers, and inspect the generated assemble-*.json logs to verify preprocessing behavior before executing compaction.

Which log files do I inspect to validate compaction and recall outcomes?

To validate compaction and recall outcomes, inspect assemble-*.json, before-compaction-*, after-compaction-*, and recall outcome logs generated during the controlled /compact flow in debug mode.

Do I need to enable debug mode in context-engine to run compaction regression checks?

Yes, you need to enable debug mode in context-engine to run compaction regression checks, as it is required to emit explicit FACT-* and CODE-* markers and generate the necessary assemble logs for validation.