Skip to content
Development
Skill

/civic-publish-gate

Run deterministic source, citation, freshness, privacy, meeting-certainty, accessibility, correction-state, and human-approval checks before civic publication.

From plugin
aiwg
213200 skills199 agents26 commands
Install
$ npx -y skills add jmagly/aiwg --skill civic-publish-gate --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/civic-publish-gate

Context preview

The summary Claude sees to decide when to auto-load this skill.

Run deterministic source, citation, freshness, privacy, meeting-certainty, accessibility, correction-state, and human-approval checks before civic publication.

SKILL.md

civic-publish-gate.SKILL.md
namespace: aiwg
platforms: [all]
name: civic-publish-gate
description: Run deterministic source, citation, freshness, privacy, meeting-certainty, accessibility, correction-state, and human-approval checks before civic publication.
script:
  entrypoint: scripts/publish_gate.mjs
  runtime: node
  cwd: project-root
  argsHint: "<publication-packet.json>"
triggers:
  - publish cited local public information
  - run civic publication quality gates
  - check a civic story before publishing

Civic Publish Gate

Process

1. Supply a versioned publication packet with per-section count/freshness rules, claims, sources, links, structured-data validation, accessibility, privacy, correction state, static/CMS adapter results, and human review. 2. Run `aiwg run skill civic-publish-gate -- packet.json`. 3. Remediate every block. Warnings require visible human disposition. 4. Treat automated accessibility checks as evidence only, never a complete WCAG conformance determination. 5. Publication remains an external human action even after a machine pass. 6. Verify the live page, last-good copy, sitemap, reindex, and cache handoffs; each must pass or be explicitly not applicable before publication completes.

Output

A schema-valid publication gate report. Exit `1` means blocked; exit `2` means invalid input/usage. The command never writes to a CMS or external service.

References

  • `schemas/publication-gate-result.schema.json`
  • `rules/publication-human-review.md`
  • `docs/research/control-source-matrix.md`
  • media-marketing-kit `qa-protocol` and `approval-workflow`; ops-complete `ops-verify`
Read more
Ships withaiwg

Reusable project context and specialist workflows for the AI tools you already use. Plan software, coordinate specialist reviews, prepare campaigns, investigate incidents, organize research, curate media, and maintain operational knowledge.

Get the whole plugin

Other skills on aiwg.