pull

Absorbs Git pull changes and emits a concise briefing from HANDOFF/RUNNING scans.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-pull orientation — absorb what changed, scan HANDOFF and RUNNING for new context, check run cards and program.md, report to user. Use when starting a session, after a git pull, or when the user says "pull", "catch me up", or "what changed", or "orient".

Core Features & Use Cases

  • Pull + Diff: Pull from origin and understand what landed, and determine the scope of changes.
  • Scanner orchestration: Spawn HANDOFF Scanner and State Scanner to digest new docs, run cards, and context for the session.
  • Briefing: Generate a concise briefing for the user and update last-pull state for future runs.

Quick Start

Run the pull workflow after a git pull or when the user says pull to absorb changes and align context.

Frequently Asked Questions about pull

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

FAQPage Schema
How do I reorient my workspace and understand what changed after a git pull?

Reorient your workspace after a git pull by scanning HANDOFF and RUNNING contexts, run cards, and program.md to absorb changes. This process generates a concise briefing summarizing what landed and updates the last-pull state to guide your next session.

What is the best way to catch up on project context when starting a new development session?

The best way to catch up on project context at session start is to run a read-heavy workflow that digests new docs and run cards. It aligns your context by producing a concise briefing of recent changes and reestablishing the current state.

How does context synchronization work after pulling new commits into my local branch?

Context synchronization after pulling works by orchestrating HANDOFF and State scanners to digest new documents and run cards. It enforces a deterministic workflow that outputs a concise briefing and updates last-pull state for future reference.

Can I get a summary of recent code changes and handoff notes without manually reading every file?

Yes, you can get a summary of recent changes without manual file reading. The workflow scans HANDOFF and RUNNING contexts, run cards, and program.md to automatically generate a concise briefing of what changed and what needs attention.

Does this post-pull orientation workflow require any external dependencies or components?

No, this post-pull orientation workflow does not require external dependencies or components. It operates independently by scanning existing project context files like HANDOFF docs, run cards, and program.md to produce its briefing.

When should I run a workspace orientation and context alignment workflow?

You should run a workspace orientation workflow when starting a session, immediately after a git pull, or when you need to catch up on changes. It aligns your context by absorbing what landed and updating the last-pull state.