governance

Enforce engineering standards and governance checks during code reviews and commits.

13|2|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/wrsmith108/governance-claude-skill --skill governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance
Source: https://github.com/wrsmith108/governance-claude-skill/tree/main/skills/governance
Command: npx skills add https://github.com/wrsmith108/governance-claude-skill --skill governance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enforces engineering standards during development, reducing manual governance checks, ensuring teams adhere to the authoritative policy documented in standards.md, and speeding up code reviews and commit preparation.

Core Features & Use Cases

  • Proactive governance prompts during code reviews and commits
  • Cross-reference to standards.md and governance docs
  • Pre-commit checks and audit script integration
  • Guides for ADRs and architecture governance

Quick Start

Run governance-check.mjs to verify your project setup and ensure standards compliance:

  • node .claude/skills/governance/scripts/governance-check.mjs
  • cp -r .claude/skills/governance /path/to/new-project/.claude/skills/
  • npm run audit:standards (in a Node/JS project)