.claude/skills/safe-refactorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
Execute a behavior-preserving refactor with a proof of preservation — establishes a safety net first (existing tests or new characterization tests over every touched path), locks a baseline green run, then moves in small always-green steps where each step is one mechanical transformation, and treats any needed assertion change as a smuggled behavior change to surface, not fix. Use this skill whenever the user says "refactor this", "clean this up without changing behavior", "extract this into", "restructure this mo…
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/safe-refactorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/safe-refactorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/safe-refactorRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.
clawhub install @dennisrongo/safe-refactorclawhub inspect @dennisrongo/safe-refactor --version 1.0.0This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:351cbf0ed73f8866f9b49385afe78cad05b016021ae378d2717aefc7da24be6eskill-card.mdSKILL.mdInitial release of safe-refactor skill. - Provides a detailed, contract-driven workflow for behavior-preserving refactors, emphasizing proof at every step. - Requires a thorough safety net of existing or new characterization tests before any restructuring. - Enforces stepwise, mechanical changes—each transformation is atomic and followed by build and test suite runs. - Surfaces any behavior change detected during refactoring instead of silently fixing or interleaving with refactor steps. - Mandates repo-wide grep verification for renames/moves, including dynamic and serialized usages. - Includes clear examples and anti-patterns to illustrate correct and incorrect usage.