audit-script

Audit script location, name, workflow, and details against governance standards.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DaBigHomie/ugwtf --skill audit-script
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-script
Source: https://github.com/DaBigHomie/ugwtf/tree/main/.claude/skills/audit-script
Command: npx skills add https://github.com/DaBigHomie/ugwtf --skill audit-script

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill addresses the issue of inconsistent script management and potential non-compliance with governance standards, such as Workspace Parity and MALFIG/ANVIL policies.

Core Features & Use Cases

  • Script Compliance: Ensures scripts adhere to governance standards for location, workflow, and details.
  • Record Keeping: Automates the recording of audit findings into CORTEX for future reference.
  • Distribution Enforcement: Enforces the use of prime-sync-skills.mts for script distribution, avoiding unauthorized copying.
  • Use Case: When adding a new script or modifying an existing one, use this Skill to verify its compliance before integration.

Quick Start

Use the audit-script Skill to audit the location and compliance of your new script 'new-script.mts'.

Frequently Asked Questions about audit-script

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit scripts for workspace parity and governance compliance?▼

Script auditing verifies a script's location, name, workflow, and details against governance standards like Workspace Parity and MALFIG/ANVIL. This ensures your scripts adhere to required compliance policies before integration.

What is the correct way to enforce script distribution and avoid unauthorized copying?▼

Script distribution is enforced by using the 'prime-sync-skills.mts' utility. This prevents unauthorized copying and ensures scripts are synced properly across the workspace according to governance policies.

How do I record script audit findings for future reference?▼

Script audit findings are recorded automatically into CORTEX tasks. This automates record keeping and stores the compliance verification results for future reference and tracking.

Do I need git grep to check script compliance and location?▼

Yes, git grep is required to check script compliance and location. The auditing process uses it to search the workspace and verify script placement against governance standards.

When should I run a script compliance check during development?▼

You should run a script compliance check when adding a new script or modifying an existing one. This verifies compliance with location and workflow standards before integrating the changes into the workspace.