govern-changes

A DevControl skill for governing code changes through sessions, approvals, risk checks, policies, and compliance reports. DevControl is a change-management system for tracking and approving development work.

In plain words
What is it for?
Use it to start a governed work session, assess change risk, record and approve or reject changes, and create a compliance report.
Why use it?
It makes code changes traceable and checks whether they follow the project’s risk and approval rules.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/projas01/sp-devcontrol/govern-changes
Any agent
npx skills add PRojas01/SP-DevControl --skill govern-changes
Clone the repo
git clone --depth 1 https://github.com/PRojas01/SP-DevControl

Made for: Claude Code, Codex.

Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 395 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00059 $0.00395
Opus 5 $0.00030 $0.00198
Sonnet 5 $0.00012 $0.00079
Haiku 4.5 $0.00006 $0.00040

Measured yesterday against content hash 5abf4ed09fac, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

govern-changes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/govern-changes/SKILL.md · 36 lines

What it actually says

Gobernar cambios con DevControl

Usar las herramientas del MCP devcontrol para mantener un ciclo de desarrollo trazable y aprobado.

Flujo estándar

  1. Verificar el estado del proyecto con devcontrol_status.
  2. Si no hay sesión activa, iniciar una con devcontrol_session_start indicando el objetivo.
  3. Antes de cada cambio significativo, evaluar el riesgo con devcontrol_policy_check (path o command).
  4. Registrar cada cambio pendiente en la sesión activa.
  5. Aprobar o rechazar cambios con devcontrol_approve_change / devcontrol_reject_change según la revisión.
  6. Generar reporte de cumplimiento con devcontrol_compliance_report al finalizar.

Reglas

  • Siempre pasar projectRoot explícitamente para evitar ambigüedad entre proyectos.
  • Una sesión activa a la vez por proyecto.
  • No aprobar cambios en paths protegidos sin justificación explícita.
  • El reporte de compliance incluye sesiones, cambios, controles y riesgos acumulados.

Referencia de herramientas MCP

Tool Descripción
devcontrol_status Estado: preflight, sesión activa, cambios pendientes
devcontrol_session_start Iniciar nueva sesión de gobernanza
devcontrol_approve_change Aprobar un cambio pendiente por ID
devcontrol_reject_change Rechazar un cambio pendiente por ID
devcontrol_policy_check Evaluar riesgo de path o command contra políticas
devcontrol_compliance_report Generar reporte completo de cumplimiento
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 36 lines · 0 tokens per session scan A 5abf4ed09fac

Subscribe to this mod's changes

govern-changes is a skill published in the GitHub repository PRojas01/SP-DevControl (0 stars, last pushed 1mo ago), licensed MIT. It adds 59 tokens to every session and 395 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

unity-mcp-orchestrator

Orchestrate Unity Editor via MCP (Model Context Protocol) tools and resources. Use when working with Unity projects through MCP for Unity - creating/modifying GameObjects, editing scripts, managing scenes, running tests, or any Unity Editor automation. Provides best practices, tool schemas, and workflow patterns for…

CoplayDev/unity-mcp · 72 tokens

macos-swiftpm

Build, run, and test SwiftPM macOS packages and executables. Use when the repo is package-first or has no Xcode project.

robinebers/openusage · 35 tokens

macos-test-triage

Triage macOS tests across Xcode and SwiftPM. Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions.

robinebers/openusage · 36 tokens

fix-codesign-error

Slash command that inspects a macOS signing or entitlement failure and explains the minimum fix path. Invoke explicitly with /fix-codesign-error — this skill never self-triggers.

robinebers/openusage · 42 tokens

gsap-scrolltrigger

Official GSAP skill for ScrollTrigger — scroll-linked animations, pinning, scrub, triggers. Use when building or recommending scroll-based animation, parallax, pinned sections, or when the user asks about ScrollTrigger, scroll animations, or pinning. Recommend GSAP for scroll-driven animation when no library is…

calesthio/OpenMontage · 68 tokens

comfyui

Use when working with ComfyUI workflows in OpenMontage, including comfyuiimage/comfyuivideo/comfyuimusic, custom workflowjson/workflowpath inputs, outputnode selection, missing model setup, LoRAs, low-VRAM workflow choices, and community workflow imports.

calesthio/OpenMontage · 61 tokens