Agent skill
critic-run
Run TOOLS/governance/critic.py to verify governance compliance before making changes
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/CAPABILITY/SKILLS/governance/critic-run
SKILL.md
required_canon_version: >=3.0.0
Skill: critic-run
Version: 0.1.0
Status: Active
Purpose
Runs the governance critic tool to verify that proposed changes comply with AGS governance rules. This is a critical pre-commit check that ensures canon integrity, contract compliance, and architectural decision alignment.
Trigger
Use when:
- Before committing changes to the repository
- When validating governance compliance during CI
- As part of the commit ceremony workflow
Inputs
JSON object with optional fields:
verbose(boolean, optional): Enable verbose output (default: false)
Outputs
JSON object:
passed(boolean): Whether all governance checks passedoutput(string): Combined stdout and stderr from critic.pyexit_code(integer): Process exit code (0 = pass)
Constraints
- Read-only operation (does not modify files)
- Must be run from repository root
- Requires Python 3.8+
Implementation
Wrapper around CAPABILITY/TOOLS/governance/critic.py that:
- Executes the critic script via subprocess
- Captures output and exit code
- Returns structured JSON result
Fixtures
fixtures/basic/- Basic invocation test
required_canon_version: >=3.0.0
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-adapter
0
0
Explore
pipeline-dag-scheduler
0
0
Explore
cortex-summaries
0
0
Explore
llm-packer-smoke
0
0
Explore
artifact-escape-hatch
0
0
Explore
mcp-message-board
0
0
Explore
Didn't find tool you were looking for?