core-pull

Pull remote changes, analyze diffs, and refresh .project/ context.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/AirMile/claude-config --skill core-pull
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-pull
Source: https://github.com/AirMile/claude-config/tree/main/skills/core-pull
Command: npx skills add https://github.com/AirMile/claude-config --skill core-pull

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pull remote changes, analyze the diff, refresh .project/ context, and analyze teammate code for features, entities, endpoints, and architecture. Detects deleted code and cleans stale context to prevent drift.

Core Features & Use Cases

  • Pull remote changes and rebase, then refresh project context to keep local work aligned with the team.
  • Analyze teammate changes for features, entities, endpoints, and architecture to surface plan and impact.
  • Detect deleted files and prune stale context to avoid drift between local and remote states.

Quick Start

Run /core-pull to fetch and sync changes from the remote repository and refresh the local context.

Frequently Asked Questions about core-pull

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

FAQPage Schema
How do I keep local project context in sync with teammate git changes?

Pull remote changes, analyze the diff, and refresh the local .project/ context to keep your local project context synchronized with teammate git changes and prevent drift.

How does diff analysis identify features and endpoints in teammate code?

Diff analysis examines teammate code commits to surface features, entities, endpoints, and architecture changes, identifying the impact of proposed updates on the project.

What's the best way to detect deleted files and clean stale project context?

Detect deleted files during the pull and analyze the diff to prune stale context, cleaning the local .project/ state and avoiding drift between local and remote repositories.

Can I run a full-team deep analysis on teammate commits?

Yes, you can run a full-team deep analysis on teammate commits by applying the --full flag during the pull and diff analysis process to evaluate all proposed changes.

Does core-pull work for pre-flight checks before integrating remote branches?

Yes, core-pull satisfies requirements for pre-flight checks by pulling remote branches, analyzing the diff, and refreshing context before you integrate teammate changes into local work.