context-building

Investigate codebases to produce structured context summaries before addressing issues.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/ColdstartLabs-ca/myimageupscaler.com --skill context-building
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-building
Source: https://github.com/ColdstartLabs-ca/myimageupscaler.com/tree/main/.claude/skills/context-building
Command: npx skills add https://github.com/ColdstartLabs-ca/myimageupscaler.com --skill context-building

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic context gathering before addressing issues to prevent misdiagnosis and scope creep.

Core Features & Use Cases

  • Investigation workflow: Structured steps for problem understanding, codebase search, and data-flow tracing.
  • Dependency tracing: Map imports, data flow, and side effects across modules.
  • Guided synthesis: Produce a concise context summary and actionable questions to resolve issues.
  • Use Case: A developer needs to thoroughly understand a failing feature before proposing a fix.

Quick Start

Describe the problem, locate relevant files, and produce a concise context summary before proposing a fix.

Frequently Asked Questions about context-building

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

FAQPage Schema
How do I build context before debugging a failing feature in a large codebase?

To build context before debugging, investigate the codebase using a structured workflow for problem understanding, codebase search, code analysis, and dependency tracing to produce a concise context summary before proposing a fix.

What is the best way to trace dependencies and data flow across modules for bug triage?

The best way to trace dependencies for bug triage is to map imports, data flow, and side effects across modules, which systematically gathers context to prevent misdiagnosis and scope creep during incident response.

How do I investigate a codebase to understand a problem before writing a fix?

You investigate a codebase by describing the problem, locating relevant files through codebase search, and synthesizing a structured context summary with actionable questions to fully understand the issue before addressing it.

Can I use a structured investigation workflow for feature refinement and incident response?

Yes, you can use a structured investigation workflow for feature refinement and incident response. It enforces systematic context gathering across debugging and bug triage to ensure deep understanding of code and dependencies.

Why does gathering context before addressing issues prevent scope creep?

Gathering context before addressing issues prevents scope creep by enforcing an investigation workflow that maps dependencies and data flow, ensuring you fully understand the problem and produce actionable questions rather than guessing.