LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Regression Testing Protocol - Regression Testing Protocol for Bug Fix Verification

Enforces test coverage for every bug fix and distinguishes between immutable laws and standard regression tests.

Tags

Updated: 2026-02-13

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • enforce test coverage for bug fixes
  • distinguish laws from standard tests
  • run law test suite before fixes
  • write test cases for bugs
  • verify fixes with test execution
  • prevent regression errors

Inputs

  • bug reports
  • code changes
  • pytest framework
  • existing test suite
  • test directory structure

Outputs

  • test cases
  • test execution results
  • regression prevention status
  • verification reports

Requirements

  • Python environment
  • pytest installation
  • test directory with laws/ and regression/ folders
  • code repository access

Source

  • Spec: SKILL.md
regression-testing
quality-assurance
test-coverage
bug-fixing
software-testing
enforce test coverage for bug fixes
distinguish laws from standard tests
run law test suite before fixes
write test cases for bugs
bug reports
code changes
pytest framework
test cases
test execution results
regression prevention status