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.

Skills tagged: code-safety

Browse skills that share this tag.

  • refactor-guardian - Guard refactors by validating behavior and API stability
    refactoringcode-safetyapi-stabilitydeterminism

    ★ 1 · Updated 2026-09-19

    Guards refactors by enforcing no-behavior-change contracts, validating API stability, and verifying deterministic behavior via terminal-collected artifacts.

    ⚙ Validate refactor intent and scope⚙ Enforce refactor safety rules⚙ Collect baseline and candidate artifacts
  • revert - Git Revert: Safely Rollback Commits with Validation
    gitrevertrollbackversion-control

    ★ 1 · Updated 2026-06-30

    Safely rollback changes using git revert with impact assessment, conflict handling, and post-revert validation.

    ⚙ Identify target commit to revert⚙ Assess impact and conflict risk⚙ Revert commits using git revert
  • tdd-refactor-guard - Refactor Safety Guard with Test Verification
    refactoringtestingTDDcode-safety

    ★ 0 · Updated 2026-03-24

    Verifies test coverage exists before AI refactors code to prevent regressions

    ⚙ Identify refactoring scope⚙ Check test coverage⚙ Evaluate test quality