repo-ops-policy-sync

Coordinate repo-ops changes to shared files with safety checks and codex/next sync.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/tubtrb/autoreport --skill repo-ops-policy-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-ops-policy-sync
Source: https://github.com/tubtrb/autoreport/tree/main/codex/skills/repo-ops-policy-sync
Command: npx skills add https://github.com/tubtrb/autoreport --skill repo-ops-policy-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill coordinates operational changes to Autoreport's shared repo surface, ensuring governance files and repo-local skills are updated in a controlled, auditable manner.

Core Features & Use Cases

  • End-to-end repo-ops execution: detect changes to shared surfaces (AGENTS.md, codex/skills, or deployment handover docs) and perform the complete finish loop that validates, pushes, and syncs codex/next.
  • Safety-first completion: incorporate public-repo-safety checks and branch hygiene before publishing changes.
  • Audit-ready reporting: record the landed main commit SHA and codex/next status for traceability.

Quick Start

Run the CLI workflow to inspect, commit, push, and sync codex/next for a tracked repository change.

Frequently Asked Questions about repo-ops-policy-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely sync shared repo operations files like AGENTS.md to origin/main?

To safely sync shared repo operations files, this Skill coordinates committing, pushing, and validating changes to origin/main. It applies scope-sensitive validation and public-repo-safety checks, returning the workspace only after refreshing codex/next with the commit SHA recorded.

What is the best way to automate git synchronization for codex/skills documentation changes?

Automating git synchronization for codex/skills documentation changes is handled by detecting edits to shared surfaces and running a complete finish loop. This loop validates, pushes, syncs codex/next, and records the commit SHA for audit-ready traceability.

How does validation work during repository policy synchronization?

Validation during repository policy synchronization works by applying scope-sensitive validation and branch hygiene before publishing changes. Public-repo-safety checks ensure updates to shared files are executed in a controlled, auditable manner.

Do I need any dependencies to run repo-ops policy synchronization?

No dependencies are required to run repo-ops policy synchronization. The Skill operates standalone to coordinate operational changes, performing git commits, pushes, and codex/next refreshes without external packages.

Why does my codex/next refresh fail after pushing governance file updates?

A codex/next refresh fails after pushing governance file updates when public-repo-safety checks do not pass. The Skill enforces a completion protocol that blocks the workspace return and refresh until all safety reviews and branch hygiene validations succeed.