en un clic
gitguardex
Repo guardrail check and repair.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Repo guardrail check and repair.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | gitguardex |
| description | Repo guardrail check and repair. |
Use when repo safety may be broken.
gx status -> gx doctor -> gx status --strict
Bootstrap: gx setup
Ops: gx branch start "<task>" "<agent>", gx locks claim --branch "<agent-branch>" <file...>, gx branch finish --branch "<agent-branch>" --base <base> --via-pr --wait-for-merge --cleanup, gx finish --all, gx cleanup
When inspecting or verifying, prefer rtk compact wrappers if available (rtk git status, rtk grep, rtk test <cmd>, and noisy gx reads like rtk gx status / rtk gx doctor). Do not wrap commands whose stdout is parsed by scripts (--json, --porcelain, exact stdout contracts) or shell-ready output (gx prompt --exec).
To shrink gx's own large narrative output (e.g. gx prompt, gx prompt --snippet) before it lands in your context, set GUARDEX_COMPRESS_CMD="<stdin->stdout filter>"; gx routes that output through the filter (terse/non-TTY mode, fail-open, JSON skipped). Unset = byte-for-byte unchanged. Confirm it is wired with gx status or gx doctor — both print a Token compression line and flag a configured-but-missing binary (doctor's warning is advisory and never changes its safe/unsafe exit code).
Run GitHub Actions workflows locally with nektos/act before pushing, so CI failures are caught on the laptop and the PR can be squash-merged on the first remote run.
Use when you need to merge SKILL.md updates from agent branches/worktrees into the local base branch (default: dev) with the multiagent-safety flow.
Repo guardrail check and repair.
Legacy alias for gitguardex.
Use when you need to merge SKILL.md updates from agent branches/worktrees into the local base branch (default: dev) with the multiagent-safety flow.
Use when multiple Codex agents collaborate in worktrees and you need explicit owner/joined handoff control for checklist items 4.1-4.4 before cleanup.