agentsclimarketplace

Agent action gate

Skill SeezaZzz/agent-action-gate-kit/skills/agent-action-gate

Run a PASS/STOP receipt before risky AI-agent actions such as file edits, tool actions, handoffs, commits, releases, or status answers. Use when the agent must prove sources checked, substrate readiness, deferred scope, and self-challenge before acting.From its SKILL.md

Install
npx -y skills add SeezaZzz/agent-action-gate-kit --skill agent-action-gate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 446 tokens by cl100k_base, as published. Nobody here has run it

Agent Action Gate

Use this skill to convert "think before acting" into a command-backed receipt.

Required Behavior

Before a non-trivial action, run the gate script for the active workspace. Prefer the installed global path:

powershell -NoProfile -ExecutionPolicy Bypass -File "$env:USERPROFILE\.codex\agent-action-gate\scripts\Test-AgentActionGate.ps1" `
  -WorkspaceRoot "<project-root>" `
  -ActionType "<pre-answer|pre-status-report|pre-recommendation|pre-plan|pre-file-edit|pre-tool-action|pre-review|pre-handoff|pre-dispatch|pre-commit|pre-publish>" `
  -RequestedAction "<plain action being taken>" `
  -SkillsUsed "<skills/tools/runbooks used>" `
  -RequiredSubstrate "<sources/state/artifacts consumed>" `
  -SubstrateStatus "<IMPLEMENTABLE|PARTIAL|MISSING|NOT_APPLICABLE>" `
  -CheapestUsefulVersion "<smallest useful valid action>" `
  -DeferredScope "<intentionally deferred work>" `
  -SelfChallenge "<why this is not skipping evidence or accepting a bad option set>" `
  -OwnerFacingOutput "<exact output being prepared>"

If the project has not been initialized, initialize it first:

powershell -NoProfile -ExecutionPolicy Bypass -File "$env:USERPROFILE\.codex\agent-action-gate\scripts\Initialize-AgentActionGate.ps1" -WorkspaceRoot "<project-root>"

Stop Rules

  • PASS means the pre-action workflow evidence exists.
  • STOP_* means stop and fix the missing source/skill/substrate/challenge/output before acting.
  • PARTIAL or MISSING substrate does not authorize hard actions such as file edit, tool mutation, handoff, dispatch, commit, or publish.
  • The receipt does not grant Git, live-service, destructive, payment, promotion, publish, or owner-only permission.

Reference

Read references/action-gate.md when configuring a new project, explaining the receipt fields, or adapting the gate to a custom workflow.

What ships with it: 2 files

1.8 KB alongside SKILL.md

agents/

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.