Навыки surgical-patch
📦

surgical-patch

Ревизия содержимого r1 Безопасно

Fix Bugs with Focused, Verified Changes

Broad fixes can introduce unrelated regressions and overwrite existing work. This skill traces each bug to its responsible layer and verifies a focused correction.

Поддерживает: Claude Codex Code(CC)
🥉 78 Бронза

Установить с помощью моего Агента

Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.

Запрос агента
Review the Skillstore skill "surgical-patch" from https://skillstore.io/skills/juliusbrussee-surgical-patch.md and its manifest at https://skillstore.io/api/skills/juliusbrussee-surgical-patch/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.

Ресурсы для AI-агентов

Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.

Протестировать

Использование «surgical-patch». The profile form clears the display name when only the avatar is updated.

Ожидаемый результат:

The update path now preserves an existing display name when that field is omitted. A focused regression test covers avatar-only updates.

Использование «surgical-patch». A parser accepts empty identifiers after the latest validation change.

Ожидаемый результат:

  • Located the regression in identifier validation.
  • Restored rejection of empty identifiers without changing other parsing rules.
  • Ran the focused parser test and the nearest validation suite.

Аудит безопасности

Безопасно

The single static finding is a false positive. The cited line limits unrelated code changes and does not request system reconnaissance or any dangerous action.

2
Просканировано файлов
22
Проанализировано строк
0
Пункты проверки
0
Ложные срабатывания проигнорированы
Последний завершенный статический и семантический аудит не обнаружил подтвержденных проблем безопасности. Это не доказывает отсутствие побочных эффектов у навыка.
Аудитор:: codex
Поделиться и цитировать этот отчет

Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.

Открыть версионный отчет
Оценка безопасности

Копировать ссылку на отчёт

https://skillstore.io/skills/juliusbrussee-surgical-patch/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Значок Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/juliusbrussee-surgical-patch/security.svg)](https://skillstore.io/skills/juliusbrussee-surgical-patch?utm_source=security_passport_badge)

Значок HTML

<a href="https://skillstore.io/skills/juliusbrussee-surgical-patch?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/juliusbrussee-surgical-patch/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Встраиваемая карточка

<iframe src="https://skillstore.io/embed/skills/juliusbrussee-surgical-patch.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). surgical-patch security audit report (audit version 1) [Author version unspecified]. Skillstore. https://skillstore.io/skills/juliusbrussee-surgical-patch/audits/1

Цитата BibTeX

@techreport{juliusbrussee-juliusbrussee-surgical-patch-2026, author = {juliusbrussee}, title = {surgical-patch security audit report (audit version 1)}, institution = {Skillstore}, year = {2026}, number = {1}, url = {https://skillstore.io/skills/juliusbrussee-surgical-patch/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: "surgical-patch security audit report (audit version 1)" version: "unspecified" type: report authors: - name: "juliusbrussee" date-released: "2026-08-12" url: "https://skillstore.io/skills/juliusbrussee-surgical-patch/audits/1" identifiers: - type: other value: "skillstore:juliusbrussee-surgical-patch:audit:1" description: "Skillstore immutable audit report identifier"

Оценка Skillstore

Почему такая оценка Достоверность доказательств: Средний
55
Архитектура
85
Сопровождаемость
87
Контент
65
Сообщество
91
Соответствие спецификации

Что вы можете построить

Repair a Product Regression

Trace a reported regression, correct its owning layer, and add focused proof without changing unrelated behavior.

Review a Narrow Maintenance Fix

Keep a maintenance patch limited to the defect while preserving existing user changes and nearby behavior.

Stabilize a Failing Build

Identify the mechanism behind a focused test failure and verify the smallest responsible correction.

Попробуйте эти промпты

Fix a Reproducible Bug
Use surgical-patch to reproduce this bug, fix the narrowest responsible layer, and run the most relevant test: [bug details].
Patch with Limited Evidence
Use surgical-patch for [symptom]. Capture the strongest available evidence, trace the cause, preserve unrelated behavior, and verify the focused fix.
Protect Existing Changes
Fix [defect] with surgical-patch. Preserve current user modifications, avoid unrelated cleanup, and add only regression proof relevant to this defect.
Constrain a Cross-Layer Regression
Analyze [regression] across affected layers. Patch only the layer owning the incorrect behavior, then run focused proof and the nearest affected gate.

Лучшие практики

  • Provide reproduction steps, expected behavior, and observed behavior whenever available.
  • Identify existing user changes that the patch must preserve.
  • Name the focused tests and validation gates relevant to the defect.

Избегать

  • Do not combine the bug fix with unrelated cleanup or renaming.
  • Do not request broad architectural changes when a responsible layer is already identifiable.
  • Do not treat a passing focused test as proof for unrelated system behavior.

Часто задаваемые вопросы

What types of tasks fit this skill?
It fits bug fixes and small behavior changes where minimal scope and regression proof are important.
Does the skill always reproduce the failure first?
It reproduces the failure when practical. Otherwise, it captures the strongest evidence available before making a change.
Will it refactor nearby code?
No. It avoids unrelated cleanup, renaming, and abstraction unless they are required to correct the behavior.
How does it protect existing work?
It preserves unrelated behavior and user changes while limiting edits to the layer responsible for the defect.
What validation does it perform?
It runs focused regression proof and the nearest affected test or validation gate available in the project.
Can it handle large redesigns?
It is not intended for broad redesigns. Use it when the requested correction can remain narrow and independently verified.

Сведения для разработчиков

Автор

juliusbrussee

Лицензия

MIT

Ревизия Skillstore

r1

Примечание о версии

Автор не указал версию.

Ссылка

bcfdf876e95298ed287f7ee770346a19d41ade01

Актуальность поддержки

13.08.2026

Использование

0 загрузок · 0 просмотров

Структура файлов

📁 agents/

📄 openai.yaml

📄 SKILL.md