Навыки verify-and-stop
📦

verify-and-stop

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

Verify Acceptance Criteria and Stop

Verification tasks often expand beyond their acceptance criteria. This skill selects sufficient checks, reports exact outcomes, and stops when proof is complete.

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

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

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

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

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

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

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

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

Использование «verify-and-stop». Verify that the updated parser accepts empty input and preserves existing valid cases.

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

Pass. The focused empty-input test and existing parser suite passed. Acceptance evidence is complete. No unresolved risk was identified.

Использование «verify-and-stop». Confirm the deployment is ready, but the required integration service is unavailable.

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

Blocked. Local checks passed, but the required integration check could not run because the service was unavailable. Deployment readiness remains unproven.

Использование «verify-and-stop». Review completion using test results from an earlier repository state.

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

Unavailable evidence. The results do not match the current repository state. Fresh focused checks are required before completion can be confirmed.

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

Безопасно

The skill contains only concise instructions for scoped verification and reporting. No static findings, prompt injection attempts, harmful intent, or semantic security risks were found.

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

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

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

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

https://skillstore.io/skills/juliusbrussee-verify-and-stop/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Значок Markdown

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

Значок HTML

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

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

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

Цитата BibTeX

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

Оценка Skillstore

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

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

Confirm a focused change

Validate a small implementation against explicit acceptance criteria without extending the task.

Review completion evidence

Check whether reported commands and results sufficiently prove a ticket is complete.

Run release gates

Execute relevant checks in increasing scope and report any remaining release risk.

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

Verify one criterion
Verify this acceptance criterion: [criterion]. Run the smallest sufficient check, report the result, and stop.
Verify a completed task
Verify [task] against these criteria: [criteria]. Reuse current evidence where valid, then run focused missing checks.
Assess an existing report
Review this verification evidence: [evidence]. Identify unsupported criteria, run only necessary checks, and classify each outcome exactly.
Validate a release candidate
Validate [release candidate] against [gates]. Start with focused checks, expand only when required, and report unresolved risks before stopping.

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

  • Provide explicit, testable acceptance criteria before verification begins.
  • Keep repository state stable while collecting and reporting evidence.
  • Record exact commands, outcomes, and unresolved risks.

Избегать

  • Do not broaden verification into unrelated cleanup or feature work.
  • Do not treat stale results as proof for a changed repository.
  • Do not claim success when required checks are unavailable or blocked.

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

What does this skill verify?
It verifies existing work against supplied acceptance conditions using the smallest sufficient set of checks.
Will it modify product code?
It avoids product code changes unless the verification request explicitly includes fixes.
Can it reuse previous test results?
Yes, when those results are current and match the repository state being verified.
How does it report failed checks?
It distinguishes pass, fail, unavailable, and blocked outcomes and reports unresolved risk.
Does it run the full test suite first?
No. It starts with focused checks and uses broader gates only when needed.
When does verification stop?
It stops when every acceptance condition has sufficient evidence or a blocking limitation is clearly reported.

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

Автор

juliusbrussee

Лицензия

MIT

Ревизия Skillstore

r1

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

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

Ссылка

0acc95b40c367e2016e824a72b27b83b507ef020

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

08.09.2026

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

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

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

📁 agents/

📄 openai.yaml

📄 SKILL.md