Bridge Context Sync

Synchronize context.json with codebase status using documentation and Git logs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/etapsc/bridge --skill bridge-context-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bridge Context Sync
Source: https://github.com/etapsc/bridge/tree/main/bridge-claude-code/.claude/skills/bridge-context-sync
Command: npx skills add https://github.com/etapsc/bridge --skill bridge-context-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that the context.json file accurately reflects the current state of the codebase, preventing outdated information from causing errors or misunderstandings.

Core Features & Use Cases

  • Context Creation: Generates a new context.json when one is missing, based on project requirements and Git history.
  • Context Update: Updates an existing context.json to align with recent code changes, validating feature status and next steps.
  • Discrepancy Reporting: Identifies and reports differences between the code and the context.json.

Quick Start

Run the Bridge Context Sync skill to update the project's context file.

Frequently Asked Questions about Bridge Context Sync

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

FAQPage Schema
How do I synchronize context.json with my current codebase status?

Context.json synchronization works by analyzing project documentation and Git logs to align the file with reality. It validates feature status and next steps, preventing outdated information from causing errors or misunderstandings during development.

How do I create a new context.json file based on Git history?

Creating a new context.json file involves analyzing project requirements and Git history to generate an initial context representation. This process establishes a baseline context file when one is missing, ensuring your project state is accurately documented from the start.

Why does my context.json have outdated feature statuses after recent commits?

Outdated feature statuses in context.json occur when the file is not updated to reflect recent code changes. Synchronizing it with your codebase validates requirements and identifies discrepancies, ensuring the context file matches the actual code reality.

Can I validate project requirements against Git logs automatically?

Validating project requirements against Git logs is possible by running a context sync process that performs targeted code inspection. This mechanism checks your codebase status and reports differences between the documented context and the actual code.

What is the best way to identify discrepancies between documentation and code?

Identifying discrepancies between documentation and code is best handled by synchronizing your context file using Git integration. This process analyzes project documentation and logs to report differences and ensure feature status accuracy.