safe-refactor
Refactor Code Without Changing Behavior
Structural code changes can introduce subtle regressions and expand scope. This skill defines behavior boundaries and brackets focused refactors with verification.
Mit meinem Agent installieren
Kopieren Sie diese Anfrage in Ihren Agent. Sie enthält die maßgebliche Skill-Seite und das Manifest.
Review the Skillstore skill "safe-refactor" from https://skillstore.io/skills/juliusbrussee-safe-refactor.md and its manifest at https://skillstore.io/api/skills/juliusbrussee-safe-refactor/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Ihr Agent sollte weiterhin seinen Plan anzeigen und alle von der Sicherheitsrichtlinie verlangten Bestätigungen anfordern.
Agent-lesbare Ressourcen
Verwenden Sie diese Links, wenn ein KI-Agent, Crawler oder Skript sauberen Kontext benötigt, statt die vollständige Seite zu lesen.
Testen
„safe-refactor“ wird verwendet. Move validation from the controller into the domain service without changing API behavior.
Erwartetes Ergebnis:
- Boundary: preserve response status, error messages, validation order, and public service signatures.
- Sequence: characterize current behavior, move validation, keep the controller adapter, then remove duplication.
- Verification: run the same controller and service tests before and after each step.
„safe-refactor“ wird verwendet. Consolidate duplicate cache invalidation logic used by two modules.
Erwartetes Ergebnis:
- Boundary: preserve invalidation timing, key format, failure handling, and call order.
- Sequence: introduce one owner, migrate one caller, verify, then migrate the second caller.
- Stop condition: both callers use the shared owner and existing behavior remains proven.
Sicherheitsaudit
SicherThe only static finding is a false positive caused by a normal refactoring constraint in SKILL.md. No malicious intent, unsafe system access, or prompt injection was found.
Diesen Bericht teilen & zitieren
Teile den versionierten Bewertungsbericht, das neutrale Badge, die Einbettungskarte und Zitate. Skillstore berichtet Nachweise, ohne zu entscheiden, ob dieser Skill sicher ist.
Berichtslink kopieren
https://skillstore.io/skills/juliusbrussee-safe-refactor/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown-Badge
[](https://skillstore.io/skills/juliusbrussee-safe-refactor?utm_source=security_passport_badge)HTML-Badge
<a href="https://skillstore.io/skills/juliusbrussee-safe-refactor?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/juliusbrussee-safe-refactor/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Einbettungskarte
<iframe src="https://skillstore.io/embed/skills/juliusbrussee-safe-refactor.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Wissenschaftliche Zitate (APA · BibTeX · CFF)
APA-Zitat
juliusbrussee. (2026). safe-refactor security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/juliusbrussee-safe-refactor/audits/1BibTeX-Zitat
@techreport{juliusbrussee-juliusbrussee-safe-refactor-2026,
author = {juliusbrussee},
title = {safe-refactor security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/juliusbrussee-safe-refactor/audits/1},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "safe-refactor security audit report (audit version 1)"
version: "unspecified"
type: report
authors:
- name: "juliusbrussee"
date-released: "2026-08-12"
url: "https://skillstore.io/skills/juliusbrussee-safe-refactor/audits/1"
identifiers:
- type: other
value: "skillstore:juliusbrussee-safe-refactor:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore-Score
Warum dieser Score Evidenzvertrauen: MittelWas Sie erstellen können
Extract a Shared Module
Plan a focused extraction while preserving callers, error behavior, and test results.
Move Component Ownership
Transfer one responsibility between packages while keeping public interfaces stable.
Review Maintenance Changes
Check whether a cleanup remains structural and includes equivalent verification.
Diese Prompts ausprobieren
Use safe-refactor to plan this cleanup. Identify preserved behavior, the smallest structural change, and verification before and after the edit.
Extract the repeated logic into one owner. Preserve interfaces, failures, ordering, and compatibility. Keep each intermediate state buildable and testable.
Move this responsibility from the current module to the target module. Separate feature changes and verify every affected public contract.
Design staged changes for this cross-package refactor. Define invariants, compatibility constraints, rollback points, and equivalent proof for every stage.
Bewährte Praktiken
- Record observable behavior and verification commands before editing.
- Move one responsibility at a time and keep every state testable.
- Run the same proof after changes and stop when the requested structure is achieved.
Vermeiden
- Mixing new features with structural changes.
- Changing public contracts without explicit scope.
- Adding dependencies or configuration without a correctness need.
Häufig gestellte Fragen
What counts as a safe refactor?
Does this skill write code?
Can I change an API during the refactor?
What verification should I use?
Can this skill add dependencies?
When should the refactor stop?
Entwicklerdetails
Autor
juliusbrusseeLizenz
MIT
Skillstore-Revision
r1
Versionshinweis
Der Autor hat keine Version angegeben.
Ref.
9e5d158a7fd6576779833ff3529fe92b1a198150
Aktualität der Wartung
13.8.2026
Nutzung
0 Downloads · 0 Aufrufe
Dateistruktur