·proactive-audit
!

proactive-audit

Automated health checks for framework artifacts modified during a pipeline. Validates hook syntax, security patterns (SE-01/SE-02), skill wiring, agent consistency, and routing correctness. Invoked as the final pipeline step when framework artifacts were created, modified, or deleted.

20Installs·2Trend·@oimiragieo

Installation

$npx skills add https://github.com/oimiragieo/agent-studio --skill proactive-audit

How to Install proactive-audit

Quickly install proactive-audit AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill proactive-audit
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: oimiragieo/agent-studio.

SKILL.md

View raw

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:

Automated health checks for framework artifacts modified during a pipeline. Validates hook syntax, security patterns (SE-01/SE-02), skill wiring, agent consistency, and routing correctness. Invoked as the final pipeline step when framework artifacts were created, modified, or deleted. Source: oimiragieo/agent-studio.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oimiragieo/agent-studio --skill proactive-audit
Category
!Security
Verified
First Seen
2026-03-07
Updated
2026-03-11

Browse more skills from oimiragieo/agent-studio

Quick answers

What is proactive-audit?

Automated health checks for framework artifacts modified during a pipeline. Validates hook syntax, security patterns (SE-01/SE-02), skill wiring, agent consistency, and routing correctness. Invoked as the final pipeline step when framework artifacts were created, modified, or deleted. Source: oimiragieo/agent-studio.

How do I install proactive-audit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oimiragieo/agent-studio --skill proactive-audit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/oimiragieo/agent-studio