Automated health checks for framework artifacts that were modified during the current pipeline. This skill fills the gap between reactive verification (tests, lint) and proactive framework-level validation (wiring, syntax, security patterns).
Core principle: Framework artifact changes require the same rigor as code changes. If a skill was created, verify it is wired. If a hook was modified, verify it compiles. If an agent was changed, verify its tool/skill lists are consistent.
Invoke this skill as the final pipeline step whenever ANY of the following paths were created, modified, or deleted during the session:
Автоматические проверки работоспособности артефактов платформы, измененных во время конвейера. Проверяет синтаксис перехватчиков, шаблоны безопасности (SE-01/SE-02), связывание навыков, согласованность агентов и правильность маршрутизации. Вызывается на последнем этапе конвейера при создании, изменении или удалении артефактов платформы. Источник: oimiragieo/agent-studio.