push

Automate pre-push governance by auditing diffs, updating logs, and enforcing commit workflows.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/ScavieFae/autonomous-world-model --skill push-scaviefae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push
Source: https://github.com/ScavieFae/autonomous-world-model/tree/main/.claude/skills/push
Command: npx skills add https://github.com/ScavieFae/autonomous-world-model --skill push-scaviefae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-push workflow for the Autonomous World Model that ensures every push is a deliberate, well-documented handoff, capturing notes, auditing changes, and enforcing hygiene before committing.

Core Features & Use Cases

  • Scope audits: automatically review diffs, status, and commits to surface what needs attention.
  • Handoff coordination: append to HANDOFF.md with context for ScavieFae and future sessions.
  • Research logging: update RESEARCH-LOG.md with decisions, dead ends, and rationale.
  • Run-card hygiene: verify and align YAML frontmatter status in run cards with reality.
  • Interface checks: flag changes touching on onchain/interface files for review.
  • Commit workflow: guide a disciplined commit and push sequence to preserve traceability.

Quick Start

Use the pre-push workflow to guide the commit and push process, ensuring all steps are executed before pushing.

Frequently Asked Questions about push

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

FAQPage Schema
How do I automate pre-push hygiene and documentation updates for git commits?

Pre-push hygiene is automated by auditing diffs, appending context to HANDOFF.md, updating RESEARCH-LOG.md, and verifying run-card metadata before guiding the final commit workflow. This ensures every push is a deliberate, well-documented handoff capturing all necessary notes.

What is a pre-push governance workflow for code contributions?

A pre-push governance workflow coordinates step verification, run-card YAML alignment, and interface checks before committing changes. It enforces documentation updates in HANDOFF and RESEARCH-LOG files to preserve traceability and capture rationale for future development sessions.

How do I ensure my git commit workflow captures context for future sessions?

To capture context for future sessions, append decisions and rationale to HANDOFF.md and RESEARCH-LOG.md during the pre-push sequence. This handoff logging provides necessary continuity and documents dead ends alongside the committed code changes.

Can I use pre-push checks to flag changes touching onchain interface files?

Yes, pre-push interface checks automatically flag changes touching onchain or interface files for review. This scope audit surfaces what needs attention by reviewing diffs and status before the commit workflow preserves traceability.

What's the best way to align run-card YAML frontmatter status before pushing code?

Aligning run-card YAML frontmatter status requires verifying and updating the metadata to match reality during the pre-push hygiene process. This run-card hygiene step ensures documentation updates accurately reflect the actual state of code contributions before committing.

When do I need to update a RESEARCH-LOG.md file in my development workflow?

You need to update a RESEARCH-LOG.md file during the pre-push workflow to record decisions, dead ends, and rationale. This research logging satisfies governance requirements by capturing the reasoning behind code changes before the final push sequence.