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.
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
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.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「safe-refactor」を使用しています。 Move validation from the controller into the domain service without changing API behavior.
期待される結果:
- 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」を使用しています。 Consolidate duplicate cache invalidation logic used by two modules.
期待される結果:
- 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.
セキュリティ監査
安全The 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.
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/juliusbrussee-safe-refactor/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/juliusbrussee-safe-refactor?utm_source=security_passport_badge)HTMLバッジ
<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>埋め込みカード
<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>学術引用 (APA · BibTeX · CFF)
APA形式の引用
juliusbrussee. (2026). safe-refactor security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/juliusbrussee-safe-refactor/audits/1BibTeX形式の引用
@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 スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
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.
これらのプロンプトを試す
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.
ベストプラクティス
- 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.
回避
- Mixing new features with structural changes.
- Changing public contracts without explicit scope.
- Adding dependencies or configuration without a correctness need.
よくある質問
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?
開発者情報
作成者
juliusbrusseeライセンス
MIT
Skillstore リビジョン
r1
バージョンに関する注意
作者はバージョンを宣言していません。
参照
9e5d158a7fd6576779833ff3529fe92b1a198150
メンテナンスの新しさ
2026/8/13
利用状況
0 ダウンロード · 0 閲覧
ファイル構成