resolve-context

Resolves gc-branch-specific repository context using index-first, summary-prioritized document reading.

32|6|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/handsupmin/gc-tree --skill resolve-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resolve-context
Source: https://github.com/handsupmin/gc-tree/tree/main/skills/resolve-context
Command: npx skills add https://github.com/handsupmin/gc-tree --skill resolve-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly find the most relevant repository context for planning or implementation when work is spread across linked documents and branch-specific notes.

Core Features & Use Cases

  • Branch-scoped context resolution: Focuses only on the active gc-branch so you do not mix in unrelated context from other branches or repos.
  • Summary-first reading: Looks up the index first and reads concise summaries before expanding into full documents, which keeps context loading efficient.
  • Explicit source-of-truth handling: Treats linked documents as deliberate references rather than hidden memory, making it easier to work from documented facts.
  • Use case: Ideal when you need to prepare for coding, design, or analysis work and want the smallest set of documents that explains the current branch clearly.

Quick Start

Ask the assistant to resolve the active gc-branch context for your current task and return the most relevant summaries first.

Frequently Asked Questions about resolve-context

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

FAQPage Schema
How do I resolve repository context for a specific branch before starting implementation?

Resolving branch context requires consulting the index.md file first within the active gc-branch. This method reads concise summaries before expanding full documents, ensuring you load only the most relevant source-of-truth context for your planning or coding session.

What is the best way to load branch-scoped repository knowledge without mixing unrelated context?

The best way to load branch-scoped repository knowledge is staying strictly inside the active gc-branch. By treating linked documents as explicit source-of-truth context and preferring summary reading first, you isolate the current branch's facts and prevent unrelated repository context from mixing in.

Do I need an index.md file to resolve context for my planning session?

Yes, resolving context requires consulting the index.md file first. This file acts as the primary entry point for summary reading, allowing the resolution process to selectively expand linked documents and treat them as explicit source-of-truth context for the active gc-branch.

How does summary-first reading improve context resolution for source code analysis?

Summary-first reading improves context resolution by looking up the index.md before fetching full documents. This technique keeps context loading efficient for source code analysis by retrieving only the concise summaries needed, selectively expanding linked documents only when deeper source-of-truth context is required.

When should I avoid expanding full documents during repository context resolution?

You should avoid expanding full documents when the concise summaries from the index.md already provide sufficient repository context. Expanding linked documents should be a selective action reserved for when you need explicit source-of-truth details that the branch-scoped summaries lack.