governance — community governance, governance-claude-skill, community, ide skills

v2.1.0

About this Skill

Ideal for Engineering Agents requiring rigorous code quality assurance and standards enforcement. Engineering standards and code governance enforcement with parallel agent execution. Triggers during code reviews, commits, and standards discussions. 70-90% token savings via delegated execution.

wrsmith108 wrsmith108
[0]
[0]
Updated: 3/12/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
44
Canonical Locale
en
Detected Body Locale
en

Ideal for Engineering Agents requiring rigorous code quality assurance and standards enforcement. Engineering standards and code governance enforcement with parallel agent execution. Triggers during code reviews, commits, and standards discussions. 70-90% token savings via delegated execution.

Core Value

Empowers agents to enforce engineering standards and code quality policies using delegated execution and parallel agent execution for context efficiency, leveraging protocols like the reviewer subagent and standards defined in the standards.md document.

Ideal Agent Persona

Ideal for Engineering Agents requiring rigorous code quality assurance and standards enforcement.

Capabilities Granted for governance

Automating code reviews with npm run audit:standards
Enforcing consistent coding standards across large projects
Streamlining development workflows with delegated execution and parallel agent execution

! Prerequisites & Limits

  • Requires implementation of standards.md document
  • Dependent on reviewer subagent availability
  • Context efficiency may vary based on project complexity

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is governance?

Ideal for Engineering Agents requiring rigorous code quality assurance and standards enforcement. Engineering standards and code governance enforcement with parallel agent execution. Triggers during code reviews, commits, and standards discussions. 70-90% token savings via delegated execution.

How do I install governance?

Run the command: npx killer-skills add wrsmith108/governance-claude-skill/governance. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for governance?

Key use cases include: Automating code reviews with npm run audit:standards, Enforcing consistent coding standards across large projects, Streamlining development workflows with delegated execution and parallel agent execution.

Which IDEs are compatible with governance?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for governance?

Requires implementation of standards.md document. Dependent on reviewer subagent availability. Context efficiency may vary based on project complexity.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add wrsmith108/governance-claude-skill/governance. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use governance immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

governance

Install governance, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Governance Skill

Enforces engineering standards and code quality policies with parallel agent execution for context efficiency.

Standards Document: standards.md (starter default — replace with your own) Audit Script: npm run audit:standards Full Protocol: agent-prompt.md


Execution Model (v2.1)

Type: Delegated Execution — delegates to the built-in reviewer subagent type.

This skill uses the reviewer subagent (available in all Claude Code installations — no custom agent required):

  1. Spawn the reviewer agent
  2. Delegate the governance task with instructions from agent-prompt.md
  3. Await completion
  4. Report the structured summary to the user

Token Efficiency

Execution ModeToken UsageBenefit
Direct (v1.x)~3,000–8,000Full context in main thread
Delegated (v2.x)~500–80070–90% token savings

How to Invoke

When this skill is triggered, read agent-prompt.md for the full protocol, then delegate:

Code Review

javascript
1Task({ 2 description: "Governance code review", 3 prompt: `[See agent-prompt.md for full instructions] 4Review the following files for standards compliance: 5- [list files or PR description] 6 7Execute full code review workflow: 81. Run standards audit 92. Check each file against standards.md 103. Fix ALL issues immediately (zero deferral) 114. Return structured summary`, 12 subagent_type: "reviewer" 13})

Pre-Commit Check

javascript
1Task({ 2 description: "Pre-commit governance", 3 prompt: `[See agent-prompt.md for full instructions] 4Run pre-commit governance checks: 51. typecheck, lint, format:check, test 62. Check for untracked source files 73. Return pass/fail with specific failures`, 8 subagent_type: "reviewer" 9})

Retrospective

javascript
1Task({ 2 description: "Run retrospective", 3 prompt: `[See agent-prompt.md for full instructions] 4Run retrospective for [topic/sprint]: 51. Analyze completed issues 62. Gather metrics 73. Write report 84. Return summary`, 9 subagent_type: "reviewer" 10})

Quick Reference

Pre-Commit Checklist

[ ] npm run typecheck
[ ] npm run lint
[ ] npm run test
[ ] npm run audit:standards
[ ] No console.log statements
[ ] No hardcoded secrets

Compliance Check

bash
1npm run audit:standards 2node scripts/governance-check.mjs

Full agent protocol, anti-pattern tables, and output format in agent-prompt.md Version 2.1.0 — Structural cleanup: flat layout, built-in reviewer agent, standards.md default added

Related Skills

Looking for an alternative to governance or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer