script-system-governance

Enforce script naming, safety, and CI-friendly execution for Laravel and Nuxt projects.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/majedsiefalnasr/bunyan-app-cursor --skill script-system-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: script-system-governance
Source: https://github.com/majedsiefalnasr/bunyan-app-cursor/tree/main/.agents/skills/script-system-governance
Command: npx skills add https://github.com/majedsiefalnasr/bunyan-app-cursor --skill script-system-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Script governance and validation across backend and frontend projects to ensure consistency, safety, and predictable execution.

Core Features & Use Cases

  • Enforces consistent script naming, documentation, and non-interactive CI-friendly commands.
  • Validates deployment scripts require explicit confirmation and guardrails against unsafe changes.
  • Provides a centralized reference for backend (PHP/Laravel) and frontend (Nuxt) script configurations and lint/test commands.

Quick Start

Run the governance checks to standardize and validate all scripts across backend and frontend.

Frequently Asked Questions about script-system-governance

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

FAQPage Schema
How do I enforce consistent script naming and linting standards across PHP Laravel and Nuxt projects?

To enforce consistent script naming and linting across PHP Laravel and Nuxt projects, apply centralized governance checks that validate non-interactive CI-friendly commands and documented script definitions to ensure predictable execution.

What is script governance in CI/CD pipelines and why is it needed?

Script governance in CI/CD pipelines is the process of standardizing and validating backend and frontend scripts to ensure safety, consistency, and deterministic execution. It prevents unsafe changes by requiring explicit deployment confirmations and guardrails.

How do I add deployment guardrails and explicit confirmations to my Nuxt and Laravel scripts?

You can add deployment guardrails and explicit confirmations to Nuxt and Laravel scripts by applying static analysis and review tasks that validate scripts require documented definitions and manual confirmation before executing unsafe changes in CI environments.

Can I use static analysis to enforce non-interactive CI-friendly commands in frontend and backend scripts?

Yes, you can use static analysis to enforce non-interactive CI-friendly commands in frontend and backend scripts. Governance checks validate that scripts avoid interactive prompts and follow deterministic execution patterns for safe CI/CD automation.

What's the best way to standardize lint and test commands for a Laravel and Nuxt monorepo?

The best way to standardize lint and test commands for a Laravel and Nuxt monorepo is establishing a centralized reference for script configurations that enforces naming conventions and validates commands through static analysis for consistent results.